diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llwindow/llwindowmacosx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llwindow/llwindowmacosx.cpp b/linden/indra/llwindow/llwindowmacosx.cpp index b616595..5c91cc0 100644 --- a/linden/indra/llwindow/llwindowmacosx.cpp +++ b/linden/indra/llwindow/llwindowmacosx.cpp | |||
@@ -2858,7 +2858,7 @@ void LLWindowMacOSX::setCursor(ECursorType cursor) | |||
2858 | mCurrentCursor = cursor; | 2858 | mCurrentCursor = cursor; |
2859 | } | 2859 | } |
2860 | 2860 | ||
2861 | ECursorType LLWindowMacOSX::getCursor() | 2861 | ECursorType LLWindowMacOSX::getCursor() const |
2862 | { | 2862 | { |
2863 | return mCurrentCursor; | 2863 | return mCurrentCursor; |
2864 | } | 2864 | } |