mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
fix(gx): removed some bad class declaration
This commit is contained in:
parent
f81a6fb92b
commit
64f20e6fee
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue