diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-11-17 12:37:00 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-17 12:37:00 -0800 |
commit | 3b3fa1c0ab74546538a02a69098afc99eddd49f5 (patch) | |
tree | eb9f5c03f4e925aabe0e37b5d5d34e215a6daaba /indra/llui/lldockablefloater.h | |
parent | 2365dbcd459b37942ddacbcb7010232113a126c1 (diff) | |
parent | c76ab6c4b7384e34a4f32f2fa820b46f6373cdc3 (diff) |
Merge from product-engine
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 |