aboutsummaryrefslogtreecommitdiff
path: root/src/StyleMenuItem.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/StyleMenuItem.hh')
-rw-r--r--src/StyleMenuItem.hh3
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
31class StyleMenuItem: public FbTk::MenuItem { 30class StyleMenuItem: public FbTk::MenuItem {
32public: 31public:
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;
35private: 34private:
36 const std::string m_filename; 35 const std::string m_filename;