windows didn't like EntityActionFactoryInterface::factory not returning an error

This commit is contained in:
Seth Alves 2015-06-10 19:23:01 -07:00
parent 4216308b9b
commit ba4fd7adf6

View file

@ -27,7 +27,7 @@ class EntityActionFactoryInterface : public QObject, public Dependency {
EntityActionType type,
QUuid id,
EntityItemPointer ownerEntity,
QVariantMap arguments) { assert(false); }
QVariantMap arguments) { assert(false); return nullptr; }
};
#endif // hifi_EntityActionFactoryInterface_h