aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llfloater.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llfloater.h')
-rw-r--r--linden/indra/llui/llfloater.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llfloater.h b/linden/indra/llui/llfloater.h
index a8f7c21..0e3d148 100644
--- a/linden/indra/llui/llfloater.h
+++ b/linden/indra/llui/llfloater.h
@@ -195,7 +195,7 @@ public:
195 virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); 195 virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask);
196 virtual BOOL handleRightMouseDown(S32 x, S32 y, MASK mask); 196 virtual BOOL handleRightMouseDown(S32 x, S32 y, MASK mask);
197 virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask); 197 virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask);
198 198 virtual BOOL handleMiddleMouseDown(S32 x, S32 y, MASK mask);
199 virtual void draw(); 199 virtual void draw();
200 200
201 virtual void onOpen() {} 201 virtual void onOpen() {}