diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2015-01-20 13:35:26 -0500 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2015-01-20 13:35:26 -0500 |
commit | 56f43a390015f3ba721554ef9a0e436b6bfad5f9 (patch) | |
tree | 7e744b9038f22df1b9097d9634d433c96d1fbf49 /indra/newview/llpresetsmanager.h | |
parent | 611391a818746f560ad49847ae643613313ac216 (diff) |
STORM-2082 Still trying to work out the dirtyChilds issue. Also made some small UI adjustments.
Diffstat (limited to 'indra/newview/llpresetsmanager.h')
-rw-r--r-- | indra/newview/llpresetsmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpresetsmanager.h b/indra/newview/llpresetsmanager.h index 50fe9f4216..a47c07dfba 100644 --- a/indra/newview/llpresetsmanager.h +++ b/indra/newview/llpresetsmanager.h @@ -52,6 +52,7 @@ public: typedef boost::signals2::signal<void()> preset_list_signal_t; void createMissingDefault(); + void triggerChangeSignal(); static std::string getPresetsDir(const std::string& subdirectory); void setPresetNamesInComboBox(const std::string& subdirectory, LLComboBox* combo, EDefaultOptions default_option); void loadPresetNamesFromDir(const std::string& dir, preset_name_list_t& presets, EDefaultOptions default_option); |