aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/MenuSeparator.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/MenuSeparator.hh')
-rw-r--r--src/FbTk/MenuSeparator.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/MenuSeparator.hh b/src/FbTk/MenuSeparator.hh
index fd4ddbd..a2b0af7 100644
--- a/src/FbTk/MenuSeparator.hh
+++ b/src/FbTk/MenuSeparator.hh
@@ -30,7 +30,7 @@ namespace FbTk {
30class MenuSeparator: public MenuItem { 30class MenuSeparator: public MenuItem {
31public: 31public:
32 virtual void draw(FbDrawable &drawable, 32 virtual void draw(FbDrawable &drawable,
33 const MenuTheme &theme, 33 const FbTk::ThemeProxy<MenuTheme> &theme,
34 bool highlight, bool draw_foreground, bool draw_background, 34 bool highlight, bool draw_foreground, bool draw_background,
35 int x, int y, 35 int x, int y,
36 unsigned int width, unsigned int height) const; 36 unsigned int width, unsigned int height) const;