summaryrefslogtreecommitdiff
path: root/fluid/app/shell_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/app/shell_command.h')
-rw-r--r--fluid/app/shell_command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/app/shell_command.h b/fluid/app/shell_command.h
index bc7a18c3e..b9e68ca15 100644
--- a/fluid/app/shell_command.h
+++ b/fluid/app/shell_command.h
@@ -104,7 +104,7 @@ public:
std::string name { };
std::string label { };
Fl_Shortcut shortcut = 0;
- fld::Tool_Store storage = fld::Tool_Store::USER;
+ fld::Tool_Store storage = FLD_TOOL_STORE_USER;
int condition = ALWAYS; // always, hide, windows only, linux only, mac only, user, machine
std::string condition_data { }; // user name, machine name
std::string command { };