diff options
Diffstat (limited to 'src/AlphaMenu.hh')
-rw-r--r-- | src/AlphaMenu.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AlphaMenu.hh b/src/AlphaMenu.hh index 27f26dd..0da21de 100644 --- a/src/AlphaMenu.hh +++ b/src/AlphaMenu.hh | |||
@@ -35,7 +35,7 @@ namespace FbTk { | |||
35 | class AlphaMenu : public ToggleMenu { | 35 | class AlphaMenu : public ToggleMenu { |
36 | public: | 36 | public: |
37 | AlphaMenu(FbTk::ThemeProxy<FbTk::MenuTheme> &tm, | 37 | AlphaMenu(FbTk::ThemeProxy<FbTk::MenuTheme> &tm, |
38 | FbTk::ImageControl &imgctrl, FbTk::XLayer &layer); | 38 | FbTk::ImageControl &imgctrl, FbTk::Layer &layer); |
39 | 39 | ||
40 | // we override these to update the menu when the active window changes | 40 | // we override these to update the menu when the active window changes |
41 | void move(int x, int y); | 41 | void move(int x, int y); |