summaryrefslogtreecommitdiff
path: root/indra/llui/lltoolbarview.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-09-27 22:45:09 -0700
committerMerov Linden <merov@lindenlab.com>2011-09-27 22:45:09 -0700
commit15f3ea39d7deb0c956b56703a94f6d072b7f2d21 (patch)
tree7d5b9df62c9eb100f102868534e14291048141dd /indra/llui/lltoolbarview.h
parentb234c23aa3c70ccac6d4332532a0da6184ec03db (diff)
EXP-1257 : Save toolbar settings in a per user toolbars.xml file
Diffstat (limited to 'indra/llui/lltoolbarview.h')
-rw-r--r--indra/llui/lltoolbarview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lltoolbarview.h b/indra/llui/lltoolbarview.h
index 208660da8e..646a1fd636 100644
--- a/indra/llui/lltoolbarview.h
+++ b/indra/llui/lltoolbarview.h
@@ -77,7 +77,8 @@ protected:
private:
// Loads the toolbars from the existing user or default settings
- bool load(); // return false if load fails
+ bool loadToolbars(); // return false if load fails
+ void saveToolbars() const;
bool addCommand(const LLCommandId& commandId, LLToolBar* toolbar);
// Pointers to the toolbars handled by the toolbar view