summaryrefslogtreecommitdiffstats
path: root/src/UI/DropSpenserWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI/DropSpenserWindow.h')
-rw-r--r--src/UI/DropSpenserWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UI/DropSpenserWindow.h b/src/UI/DropSpenserWindow.h
index d24c3b7a3..0fb961712 100644
--- a/src/UI/DropSpenserWindow.h
+++ b/src/UI/DropSpenserWindow.h
@@ -19,7 +19,7 @@
class cDropSpenserWindow :
public cWindow
{
- using super = cWindow;
+ using Super = cWindow;
public:
cDropSpenserWindow(cDropSpenserEntity * a_DropSpenser);