From 64f20e6feeaf0e9975ae23757bd464dd30e8e3a3 Mon Sep 17 00:00:00 2001 From: Joshua Achorn Date: Fri, 29 Mar 2024 22:47:30 -0400 Subject: [PATCH] fix(gx): removed some bad class declaration --- src/gx/CGVideoOptions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gx/CGVideoOptions.hpp b/src/gx/CGVideoOptions.hpp index 84da0e0..de4ad75 100644 --- a/src/gx/CGVideoOptions.hpp +++ b/src/gx/CGVideoOptions.hpp @@ -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();