From c19f34db2f4a64326d03cee7edae095051660f65 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 02:49:13 +0500 Subject: wip --- fluid/app/Snap_Action.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'fluid/app/Snap_Action.h') diff --git a/fluid/app/Snap_Action.h b/fluid/app/Snap_Action.h index 6bbe07bb8..7c1e3fabc 100644 --- a/fluid/app/Snap_Action.h +++ b/fluid/app/Snap_Action.h @@ -18,7 +18,6 @@ #define _FLUID_FD_SNAP_ACTION_H #include "../fld_tool_store.h" -#include class Window_Node; class Widget_Node; @@ -131,7 +130,6 @@ public: bool list_is_static_; int current_suite_; int current_preset_; - std::string filename_; public: Layout_List(); ~Layout_List(); @@ -139,7 +137,7 @@ public: void update_menu_labels(); int current_suite() const { return current_suite_; } void current_suite(int ix); - void current_suite(std::string); + void current_suite(const char *); int current_preset() const { return current_preset_; } void current_preset(int ix); Layout_Suite &operator[](int ix) { return list_[ix]; } @@ -147,8 +145,8 @@ public: void rename(const char *name); void capacity(int); - int load(const std::string &filename); - int save(const std::string &filename); + int load(const char *filename); + int save(const char *filename); void write(Fl_Preferences &prefs, fld::Tool_Store storage); void read(Fl_Preferences &prefs, fld::Tool_Store storage); void write(fld::io::Project_Writer*); -- cgit v1.2.3