Merge pull request #9011 from karroffel/ptrcall-nightmare-fix

fixed PowerState enum cast
This commit is contained in:
Rémi Verschelde 2017-06-01 09:42:05 +02:00 committed by GitHub
commit 59322d4cc4
2 changed files with 2 additions and 1 deletions

View file

@ -115,7 +115,6 @@ MAKE_PTRARG(PoolVector2Array);
MAKE_PTRARG(PoolVector3Array);
MAKE_PTRARG(PoolColorArray);
MAKE_PTRARG(Variant);
MAKE_PTRARG(PowerState);
//this is for Object

View file

@ -413,4 +413,6 @@ public:
virtual ~OS();
};
VARIANT_ENUM_CAST(PowerState);
#endif