- fixed: The static variant of PClass::FindFunction may only be used for actual static variables.

This commit is contained in:
Christoph Oelckers 2018-12-03 17:35:53 +01:00
commit 1b07bded47
4 changed files with 10 additions and 3 deletions

View file

@ -24,4 +24,5 @@ public:
};
static int Exec(FName functionname, ...);
static void Clear();
};