diff options
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r-- | indra/llui/llview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h index 130c3b52f7..ff7a1afb38 100644 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -51,6 +51,7 @@ #include "llxmlnode.h" #include "stdenums.h" #include "lluistring.h" +#include "llcursortypes.h" const U32 FOLLOWS_NONE = 0x00; const U32 FOLLOWS_LEFT = 0x01; @@ -649,6 +650,8 @@ private: mutable dummy_widget_map_t mDummyWidgets; boost::signals::connection mControlConnection; + + ECursorType mHoverCursor; public: static BOOL sDebugRects; // Draw debug rects behind everything. |