diff options
-rw-r--r-- | src/MenuCreator.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MenuCreator.hh b/src/MenuCreator.hh index 8e51948..e3d9d09 100644 --- a/src/MenuCreator.hh +++ b/src/MenuCreator.hh | |||
@@ -34,7 +34,8 @@ class FluxboxWindow; | |||
34 | class MenuCreator { | 34 | class MenuCreator { |
35 | public: | 35 | public: |
36 | static FbTk::Menu *createMenu(const std::string &label, int screen_num); | 36 | static FbTk::Menu *createMenu(const std::string &label, int screen_num); |
37 | static FbTk::Menu *createFromFile(const std::string &filename, int screen_num); | 37 | static FbTk::Menu *createFromFile(const std::string &filename, int screen_num, |
38 | bool require_begin); | ||
38 | static FbTk::Menu *createMenuType(const std::string &label, int screen_num); | 39 | static FbTk::Menu *createMenuType(const std::string &label, int screen_num); |
39 | static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into, | 40 | static bool createFromFile(const std::string &filename, FbTk::Menu &inject_into, |
40 | bool require_begin); | 41 | bool require_begin); |