aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llscrollcontainer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llscrollcontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llscrollcontainer.h b/linden/indra/llui/llscrollcontainer.h
index d512957..51b1527 100644
--- a/linden/indra/llui/llscrollcontainer.h
+++ b/linden/indra/llui/llscrollcontainer.h
@@ -89,7 +89,7 @@ public:
89 BOOL needsToScroll(S32 x, S32 y, SCROLL_ORIENTATION axis) const; 89 BOOL needsToScroll(S32 x, S32 y, SCROLL_ORIENTATION axis) const;
90 90
91 // LLView functionality 91 // LLView functionality
92 virtual void reshape(S32 width, S32 height, BOOL called_from_parent); 92 virtual void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE);
93 virtual BOOL handleKey(KEY key, MASK mask, BOOL called_from_parent); 93 virtual BOOL handleKey(KEY key, MASK mask, BOOL called_from_parent);
94 virtual BOOL handleScrollWheel( S32 x, S32 y, S32 clicks ); 94 virtual BOOL handleScrollWheel( S32 x, S32 y, S32 clicks );
95 virtual BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, 95 virtual BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop,