diff options
Diffstat (limited to 'fluid/app/Snap_Action.h')
| -rw-r--r-- | fluid/app/Snap_Action.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/app/Snap_Action.h b/fluid/app/Snap_Action.h index e5f4c998a..6bbe07bb8 100644 --- a/fluid/app/Snap_Action.h +++ b/fluid/app/Snap_Action.h @@ -17,6 +17,7 @@ #ifndef _FLUID_FD_SNAP_ACTION_H #define _FLUID_FD_SNAP_ACTION_H +#include "../fld_tool_store.h" #include <string> class Window_Node; @@ -27,7 +28,6 @@ class Fl_Preferences; extern Fl_Menu_Item main_layout_submenu_[]; namespace fld { -enum class Tool_Store; // fld:: namespace io { class Project_Reader; // fld::io:: class Project_Writer; // fld::io:: @@ -99,7 +99,7 @@ public: char *name_; ///< name of the suite char *menu_label; ///< label text used in pulldown menu Layout_Preset *layout[3]; ///< presets for application, dialog, and toolbox windows - fld::Tool_Store storage_; ///< storage location (see fld::Tool_Store::INTERNAL, etc.) + fld::Tool_Store storage_; ///< storage location (see FLD_TOOL_STORE_INTERNAL, etc.) void write(Fl_Preferences &prefs); void read(Fl_Preferences &prefs); void write(fld::io::Project_Writer*); |
