diff options
Diffstat (limited to 'indra/newview/llfloaterspellchecksettings.h')
-rw-r--r-- | indra/newview/llfloaterspellchecksettings.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloaterspellchecksettings.h b/indra/newview/llfloaterspellchecksettings.h index c1c998915f..4bc68e2a88 100644 --- a/indra/newview/llfloaterspellchecksettings.h +++ b/indra/newview/llfloaterspellchecksettings.h @@ -37,12 +37,11 @@ public: /*virtual*/ void draw(); /*virtual*/ BOOL postBuild(); /*virtual*/ void onOpen(const LLSD& key); + /*virtual*/ void onClose(bool app_quitting); protected: - void onBtnCancel(); void onBtnImport(); void onBtnMove(const std::string& from, const std::string& to); - void onBtnOK(); void onBtnRemove(); void onSpellCheckSettingsChange(); void refreshDictionaries(bool from_settings); |