Added PropertyExpressionEngine class.
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
#include "PropertyFile.h"
|
||||
#include "PropertyLinks.h"
|
||||
#include "PropertyPythonObject.h"
|
||||
#include "PropertyExpressionEngine.h"
|
||||
#include "Document.h"
|
||||
#include "DocumentObjectGroup.h"
|
||||
#include "DocumentObjectFileIncluded.h"
|
||||
@@ -1097,6 +1098,8 @@ void Application::initTypes(void)
|
||||
App ::PropertyFile ::init();
|
||||
App ::PropertyFileIncluded ::init();
|
||||
App ::PropertyPythonObject ::init();
|
||||
App ::PropertyExpressionEngine ::init();
|
||||
|
||||
// Document classes
|
||||
App ::DocumentObject ::init();
|
||||
App ::GeoFeature ::init();
|
||||
|
||||
Reference in New Issue
Block a user