fix Debian bug #825861

This commit is contained in:
wmayer
2018-03-14 18:05:24 +01:00
parent b7c050f23b
commit 980e95ce05
4 changed files with 41 additions and 94 deletions

View File

@@ -68,6 +68,7 @@ protected:
/// get called by the container whenever a property has been changed
virtual void onChanged(const App::Property* prop);
virtual void Restore(Base::XMLReader &reader);
virtual void handleChangedPropertyType(Base::XMLReader &reader, const char * TypeName, App::Property * prop);
SoSeparator *GridRoot;