Minor bugfix, added reflection notify
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "Reflection/ReflectionDataTable.h"
|
||||
#include "DataModelV3/Instance.h"
|
||||
|
||||
using namespace B3D::Reflection;
|
||||
|
||||
@@ -26,6 +27,11 @@ std::string ReflectionDataTable::getClassName(void)
|
||||
return className;
|
||||
}
|
||||
|
||||
void ReflectionDataTable::notify(ReflectionProperty<void*>* prop)
|
||||
{
|
||||
parentInstance->reflectionNotify(prop);
|
||||
}
|
||||
|
||||
void ReflectionDataTable::mapProperty(std::string key, ReflectionProperty<void*>* prop)
|
||||
{
|
||||
if(propertyTable.find(key) != propertyTable.end())
|
||||
|
||||
Reference in New Issue
Block a user