summaryrefslogtreecommitdiff
path: root/indra/llui/lllayoutstack.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-12-12 12:32:22 -0800
committerRichard Linden <none@none>2011-12-12 12:32:22 -0800
commit40a74eb5b77493e66587a01b6655d405c75e3a59 (patch)
tree201c40c39d653c92a3745043094cd03a3713eee9 /indra/llui/lllayoutstack.h
parent29570bdc96af39579a09ec77ec9cb74ab124f682 (diff)
EXP-1711 FIX LLWindowShade doesn't stack multiple notifications
Diffstat (limited to 'indra/llui/lllayoutstack.h')
-rw-r--r--indra/llui/lllayoutstack.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llui/lllayoutstack.h b/indra/llui/lllayoutstack.h
index ede6149a80..3b308a359d 100644
--- a/indra/llui/lllayoutstack.h
+++ b/indra/llui/lllayoutstack.h
@@ -191,13 +191,12 @@ public:
return min_dim;
}
+ F32 getCollapseFactor();
void setOrientation(LLLayoutStack::ELayoutOrientation orientation) { mOrientation = orientation; }
protected:
LLLayoutPanel(const Params& p);
- F32 getCollapseFactor();
-
bool mExpandedMinDimSpecified;
S32 mExpandedMinDim;