diff options
Diffstat (limited to 'src/StyleMenuItem.cc')
-rw-r--r-- | src/StyleMenuItem.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/StyleMenuItem.cc b/src/StyleMenuItem.cc index 4f17396..b1325e5 100644 --- a/src/StyleMenuItem.cc +++ b/src/StyleMenuItem.cc | |||
@@ -29,8 +29,8 @@ | |||
29 | 29 | ||
30 | #include "FbTk/StringUtil.hh" | 30 | #include "FbTk/StringUtil.hh" |
31 | 31 | ||
32 | StyleMenuItem::StyleMenuItem(const std::string &label, const std::string &filename): | 32 | StyleMenuItem::StyleMenuItem(const FbTk::FbString &label, const std::string &filename): |
33 | FbTk::MenuItem(label.c_str()), | 33 | FbTk::MenuItem(label), |
34 | m_filename(filename) { | 34 | m_filename(filename) { |
35 | // perform shell style ~ home directory expansion | 35 | // perform shell style ~ home directory expansion |
36 | // and insert style | 36 | // and insert style |