diff options
Diffstat (limited to 'plugingui/powerbutton.h')
-rw-r--r-- | plugingui/powerbutton.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugingui/powerbutton.h b/plugingui/powerbutton.h index 978fab4..47b3ca1 100644 --- a/plugingui/powerbutton.h +++ b/plugingui/powerbutton.h @@ -26,15 +26,16 @@ */ #pragma once -#include "toggle.h" #include "texture.h" +#include "toggle.h" namespace GUI { -class PowerButton : public Toggle { +class PowerButton : public Toggle +{ public: - PowerButton(Widget *parent); + PowerButton(Widget* parent); virtual ~PowerButton() = default; protected: |