Constification: make Stateful::get_state() const, with all other required const-ness added (libs)
This commit is contained in:
@@ -94,7 +94,7 @@ StatefulDiffCommand::undo ()
|
||||
}
|
||||
|
||||
XMLNode&
|
||||
StatefulDiffCommand::get_state ()
|
||||
StatefulDiffCommand::get_state () const
|
||||
{
|
||||
boost::shared_ptr<Stateful> s (_object.lock ());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user