mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
fix(gx): removed some bad class declaration
This commit is contained in:
parent
f81a6fb92b
commit
64f20e6fee
@ -8,7 +8,7 @@ class CGVideoOptions {
|
||||
public:
|
||||
// Static variables
|
||||
static FrameScript_Method s_ScriptFunctions[];
|
||||
static size_t CGVideoOptions::s_NumScriptFunctions;
|
||||
static size_t s_NumScriptFunctions;
|
||||
|
||||
// Static functions
|
||||
static void RegisterScriptFunctions();
|
||||
|
Loading…
Reference in New Issue
Block a user