aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/CurrentWindowCmd.hh')
-rw-r--r--src/CurrentWindowCmd.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CurrentWindowCmd.hh b/src/CurrentWindowCmd.hh
index 95175f2..36f76ec 100644
--- a/src/CurrentWindowCmd.hh
+++ b/src/CurrentWindowCmd.hh
@@ -282,4 +282,11 @@ private:
282 ClientPattern m_pat; 282 ClientPattern m_pat;
283}; 283};
284 284
285class ActivateTabCmd: public WindowHelperCmd {
286public:
287 explicit ActivateTabCmd() { }
288protected:
289 void real_execute();
290};
291
285#endif // CURRENTWINDOWCMD_HH 292#endif // CURRENTWINDOWCMD_HH