diff options
Diffstat (limited to 'src/CurrentWindowCmd.hh')
-rw-r--r-- | src/CurrentWindowCmd.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CurrentWindowCmd.hh b/src/CurrentWindowCmd.hh index e7370de..c8e6242 100644 --- a/src/CurrentWindowCmd.hh +++ b/src/CurrentWindowCmd.hh | |||
@@ -50,6 +50,7 @@ public: | |||
50 | 50 | ||
51 | protected: | 51 | protected: |
52 | FluxboxWindow &fbwindow(); | 52 | FluxboxWindow &fbwindow(); |
53 | WinClient &winclient(); | ||
53 | virtual bool real_execute() = 0; | 54 | virtual bool real_execute() = 0; |
54 | }; | 55 | }; |
55 | 56 | ||