+ make method cancelObservation() not pure virtual

This commit is contained in:
wmayer
2015-12-19 11:31:59 +01:00
parent 5b750aabe3
commit 0b0d258afd
2 changed files with 9 additions and 1 deletions

View File

@@ -302,3 +302,7 @@ void DocumentObjectObserver::slotChangedObject(const App::DocumentObject&,
const App::Property&)
{
}
void DocumentObjectObserver::cancelObservation()
{
}