diff options
Diffstat (limited to 'src/RootCmdMenuItem.hh')
-rw-r--r-- | src/RootCmdMenuItem.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RootCmdMenuItem.hh b/src/RootCmdMenuItem.hh index 25d9991..8c8ac8d 100644 --- a/src/RootCmdMenuItem.hh +++ b/src/RootCmdMenuItem.hh | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | class RootCmdMenuItem: public FbTk::MenuItem { | 30 | class RootCmdMenuItem: public FbTk::MenuItem { |
31 | public: | 31 | public: |
32 | RootCmdMenuItem(const std::string &label, | 32 | RootCmdMenuItem(const FbTk::FbString &label, |
33 | const std::string &filename, | 33 | const std::string &filename, |
34 | const std::string &cmd = "fbsetbg"); | 34 | const std::string &cmd = "fbsetbg"); |
35 | bool isSelected() const; | 35 | bool isSelected() const; |