mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-20 19:20:45 +02:00
windows didn't like EntityActionFactoryInterface::factory not returning an error
This commit is contained in:
parent
4216308b9b
commit
ba4fd7adf6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class EntityActionFactoryInterface : public QObject, public Dependency {
|
||||||
EntityActionType type,
|
EntityActionType type,
|
||||||
QUuid id,
|
QUuid id,
|
||||||
EntityItemPointer ownerEntity,
|
EntityItemPointer ownerEntity,
|
||||||
QVariantMap arguments) { assert(false); }
|
QVariantMap arguments) { assert(false); return nullptr; }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // hifi_EntityActionFactoryInterface_h
|
#endif // hifi_EntityActionFactoryInterface_h
|
||||||
|
|
Loading…
Reference in a new issue