- fixed: The static variant of PClass::FindFunction may only be used for actual static variables.
This commit is contained in:
parent
0e095b0c05
commit
1b07bded47
4 changed files with 10 additions and 3 deletions
|
|
@ -24,4 +24,5 @@ public:
|
|||
};
|
||||
|
||||
static int Exec(FName functionname, ...);
|
||||
static void Clear();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue