summaryrefslogtreecommitdiffstats
path: root/source/cWindow.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cWindow.h b/source/cWindow.h
index d2726d171..1cc44d138 100644
--- a/source/cWindow.h
+++ b/source/cWindow.h
@@ -18,7 +18,7 @@ public:
int GetWindowID() { return m_WindowID; }
void SetWindowID( int a_WindowID ) { m_WindowID = a_WindowID; }
- static enum WindowType {
+ enum WindowType {
Chest,
Workbench,
Furnace,