diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-11-17 15:15:23 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-17 15:15:23 -0800 |
commit | 913eff0f675ba8938e298d24e8ef6d5c9c594acb (patch) | |
tree | c7ce6bbdfa41efc25d899a981024f6a068e2782b /indra/llui/lldockablefloater.h | |
parent | 889456e8924738936a9ee51a55d54d29ddd88bee (diff) | |
parent | 3b3fa1c0ab74546538a02a69098afc99eddd49f5 (diff) |
merge
Diffstat (limited to 'indra/llui/lldockablefloater.h')
-rw-r--r-- | indra/llui/lldockablefloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lldockablefloater.h b/indra/llui/lldockablefloater.h index 46491d8a29..e5f94dca91 100644 --- a/indra/llui/lldockablefloater.h +++ b/indra/llui/lldockablefloater.h @@ -65,6 +65,7 @@ public: /* virtula */BOOL postBuild(); /* virtual */void setDocked(bool docked, bool pop_on_undock = true); /* virtual */void draw(); + /* virtual */void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); /** * If descendant class overrides setVisible() then it must still invoke its |