mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 13:33:38 +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,
|
||||
QUuid id,
|
||||
EntityItemPointer ownerEntity,
|
||||
QVariantMap arguments) { assert(false); }
|
||||
QVariantMap arguments) { assert(false); return nullptr; }
|
||||
};
|
||||
|
||||
#endif // hifi_EntityActionFactoryInterface_h
|
||||
|
|
Loading…
Reference in a new issue