Just add a pointer to the filter class

but do nothing with it
This commit is contained in:
David Kelly 2017-02-08 10:48:26 -07:00
parent 61e558e568
commit 4821180dd3

View file

@ -24,6 +24,7 @@ typedef std::shared_ptr<EntityTree> EntityTreePointer;
#include "EntityTreeElement.h"
#include "DeleteEntityOperator.h"
#include "EntityEditFilters.h"
class Model;
using ModelPointer = std::shared_ptr<Model>;
@ -370,6 +371,7 @@ protected:
std::function<bool()> _entityEditFilterHadUncaughtExceptions;
QStringList _entityScriptSourceWhitelist;
EntityEditFilters* _entityEditFilters;
};
#endif // hifi_EntityTree_h