summaryrefslogtreecommitdiff
path: root/indra/newview/llsidetray.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llsidetray.h')
-rw-r--r--indra/newview/llsidetray.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/llsidetray.h b/indra/newview/llsidetray.h
index b691a42db1..13acbbb659 100644
--- a/indra/newview/llsidetray.h
+++ b/indra/newview/llsidetray.h
@@ -207,6 +207,9 @@ public:
void reshape (S32 width, S32 height, BOOL called_from_parent = TRUE);
S32 getTrayWidth();
+ void resetPanelRect ();
+
+
protected:
LLSideTrayTab* getTab (const std::string& name);
@@ -217,9 +220,10 @@ protected:
void toggleTabButton (LLSideTrayTab* tab);
-
void setPanelRect ();
+
+
private:
// Implementation of LLDestroyClass<LLSideTray>
static void destroyClass()