diff options
Diffstat (limited to 'src/StyleMenuItem.hh')
-rw-r--r-- | src/StyleMenuItem.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/StyleMenuItem.hh b/src/StyleMenuItem.hh index 68bfb60..29d24e4 100644 --- a/src/StyleMenuItem.hh +++ b/src/StyleMenuItem.hh | |||
@@ -26,11 +26,10 @@ | |||
26 | #define STYLEMENUITEM_HH | 26 | #define STYLEMENUITEM_HH |
27 | 27 | ||
28 | #include "FbTk/MenuItem.hh" | 28 | #include "FbTk/MenuItem.hh" |
29 | #include <string> | ||
30 | 29 | ||
31 | class StyleMenuItem: public FbTk::MenuItem { | 30 | class StyleMenuItem: public FbTk::MenuItem { |
32 | public: | 31 | public: |
33 | StyleMenuItem(const std::string &label, const std::string &filename); | 32 | StyleMenuItem(const FbTk::FbString &label, const std::string &filename); |
34 | bool isSelected() const; | 33 | bool isSelected() const; |
35 | private: | 34 | private: |
36 | const std::string m_filename; | 35 | const std::string m_filename; |