diff options
Diffstat (limited to '')
-rw-r--r-- | src/UI/BeaconWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UI/BeaconWindow.h b/src/UI/BeaconWindow.h index 14f7456b4..4b40bd635 100644 --- a/src/UI/BeaconWindow.h +++ b/src/UI/BeaconWindow.h @@ -19,7 +19,7 @@ class cBeaconWindow : public cWindow { - using super = cWindow; + using Super = cWindow; public: cBeaconWindow(cBeaconEntity * a_Beacon); |