aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r--src/FbCommands.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh
index c2c17f6..1f7200d 100644
--- a/src/FbCommands.hh
+++ b/src/FbCommands.hh
@@ -160,8 +160,8 @@ public:
160 ORIGINQUIET /// deiconification on origin workspace, dont change ws 160 ORIGINQUIET /// deiconification on origin workspace, dont change ws
161 }; 161 };
162 162
163 DeiconifyCmd(const Mode mode= LASTWORKSPACE, 163 DeiconifyCmd(Mode mode= LASTWORKSPACE,
164 const Destination dest= CURRENT); 164 Destination dest= CURRENT);
165 void execute(); 165 void execute();
166private: 166private:
167 Mode m_mode; 167 Mode m_mode;