diff options
Diffstat (limited to 'src/FbTk/MenuIcon.hh')
-rw-r--r-- | src/FbTk/MenuIcon.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/MenuIcon.hh b/src/FbTk/MenuIcon.hh index 7fbd12a..90cf320 100644 --- a/src/FbTk/MenuIcon.hh +++ b/src/FbTk/MenuIcon.hh | |||
@@ -34,7 +34,7 @@ namespace FbTk { | |||
34 | 34 | ||
35 | class MenuIcon: public MenuItem { | 35 | class MenuIcon: public MenuItem { |
36 | public: | 36 | public: |
37 | MenuIcon(const std::string &filename, const std::string &label, int screen_num); | 37 | MenuIcon(const std::string &filename, FbString &label, int screen_num); |
38 | void draw(FbDrawable &drawable, | 38 | void draw(FbDrawable &drawable, |
39 | const MenuTheme &theme, | 39 | const MenuTheme &theme, |
40 | bool highlight, | 40 | bool highlight, |