diff --git a/src/gui/widget/shellwindow.h b/src/gui/widget/shellwindow.h index a7c05b7fd..f46efa9cd 100644 --- a/src/gui/widget/shellwindow.h +++ b/src/gui/widget/shellwindow.h @@ -36,7 +36,11 @@ class CShellWindow { public: - enum shellwindow_modes { VERBOSE = 1, ACKNOWLEDGE = 2 }; + enum shellwindow_modes + { + VERBOSE = 1, + ACKNOWLEDGE = 2 + }; CShellWindow(const std::string &cmd, const int mode = 0, int *res = NULL); ~CShellWindow(); private: