summaryrefslogtreecommitdiff
path: root/modules/commands/gl_global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/gl_global.cpp')
-rw-r--r--modules/commands/gl_global.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/gl_global.cpp b/modules/commands/gl_global.cpp
index 3bea27e4d..edfaa21a5 100644
--- a/modules/commands/gl_global.cpp
+++ b/modules/commands/gl_global.cpp
@@ -11,7 +11,7 @@
#include "module.h"
-class CommandGLGlobal
+class CommandGLGlobal final
: public Command
{
ServiceReference<GlobalService> GService;
@@ -52,7 +52,7 @@ public:
}
};
-class GLGlobal
+class GLGlobal final
: public Module
{
CommandGLGlobal commandglglobal;