mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
CShellWindow: apply clearer enum format declaration
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user