summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.h
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2010-02-17 14:01:35 -0800
committerRick Pasetto <rick@lindenlab.com>2010-02-17 14:01:35 -0800
commit50e696872ecebd37e8a43df3031e4cdaf26147a9 (patch)
tree7a0eadbb49db2b1d37306c89e588d2ae64510145 /indra/llui/llfloater.h
parent1c0603bef2bac6e006df7566aa2a3f8c351a1b7f (diff)
parent5fd3f8e61c9c37c4cf6a1aabc11f2f9ee710053f (diff)
Automated merge with ssh://rick@hg.lindenlab.com/q/viewer-hotfix/
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r--indra/llui/llfloater.h1
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) {}