diff options
Diffstat (limited to '')
-rw-r--r-- | src/UI/DropSpenserWindow.h | 2 |
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); |