diff options
author | Chuck Linden <chuck@lindenlab.com> | 2010-02-18 11:13:54 -0500 |
---|---|---|
committer | Chuck Linden <chuck@lindenlab.com> | 2010-02-18 11:13:54 -0500 |
commit | 1ca9c1dcfef3a935be30a5322c91d5e3df523a98 (patch) | |
tree | 50aa5ccc5924d4296454dd3e8dcee7edddaf520b /indra/llui/llfloater.h | |
parent | 1ae70e112a466a6ed5baf4e05c1771218c78b2f5 (diff) | |
parent | 9dfff8c6d2a54e3f6e069c26cc8753dc9331aec1 (diff) |
Automated merge with file:///Users/chuck/Documents/hg/viewer-hotfix
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r-- | indra/llui/llfloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h index 2166d8db8a..19e8288807 100644 --- a/indra/llui/llfloater.h +++ b/indra/llui/llfloater.h @@ -222,6 +222,7 @@ public: virtual BOOL handleScrollWheel(S32 x, S32 y, S32 mask); virtual void draw(); + virtual void drawShadow(LLPanel* panel); virtual void onOpen(const LLSD& key) {} virtual void onClose(bool app_quitting) {} |