diff options
Diffstat (limited to 'src/RootCmdMenuItem.cc')
-rw-r--r-- | src/RootCmdMenuItem.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RootCmdMenuItem.cc b/src/RootCmdMenuItem.cc index 7f6b807..eabc5d3 100644 --- a/src/RootCmdMenuItem.cc +++ b/src/RootCmdMenuItem.cc | |||
@@ -28,10 +28,10 @@ | |||
28 | 28 | ||
29 | #include "FbTk/StringUtil.hh" | 29 | #include "FbTk/StringUtil.hh" |
30 | 30 | ||
31 | RootCmdMenuItem::RootCmdMenuItem(const std::string &label, | 31 | RootCmdMenuItem::RootCmdMenuItem(const FbTk::FbString &label, |
32 | const std::string &filename, | 32 | const std::string &filename, |
33 | const std::string &cmd): | 33 | const std::string &cmd): |
34 | FbTk::MenuItem(label.c_str()), | 34 | FbTk::MenuItem(label), |
35 | m_filename(filename) { | 35 | m_filename(filename) { |
36 | 36 | ||
37 | FbTk::RefCount<FbTk::Command> | 37 | FbTk::RefCount<FbTk::Command> |