+ reimplement virtual methods in PropertyExpressionEngine

This commit is contained in:
wmayer
2015-09-25 00:52:44 +02:00
parent 922ea13b54
commit 343c915569
2 changed files with 14 additions and 0 deletions

View File

@@ -120,6 +120,10 @@ public:
void slotObjectRenamed(const App::DocumentObject & obj);
/* Python interface */
PyObject *getPyObject(void);
void setPyObject(PyObject *);
private:
typedef boost::adjacency_list< boost::listS, boost::vecS, boost::directedS > DiGraph;