diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-17 18:02:35 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-17 18:02:35 +0000 |
commit | 2490f50ce1bc7ffe1e53a99e4081bee13253f09a (patch) | |
tree | 1f2de35440c436795e68c118634a5ab0b2321c72 /indra/llui/llfloater.h | |
parent | 29dd5afaa8a85f0b57ddb3e9e281e1e6f5b43e29 (diff) | |
parent | f52e7036940a015a405ae94aa016612c4160df9e (diff) |
PE merge.
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) {} |