diff options
author | Oz Linden <oz@lindenlab.com> | 2011-12-06 14:00:22 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-12-06 14:00:22 -0500 |
commit | cbfec00c6e4ab2930901900d5c97356069fb4688 (patch) | |
tree | a60658ca4effa5a0c0e757b444d5fcd590861558 /indra/llwindow/llwindowmesaheadless.h | |
parent | 4a0311f8c566b95258e8f9a0df897ffee1e72e00 (diff) | |
parent | 1e2d424f9e82a1d75a4b78b06910400f55c5169a (diff) |
merge changes for storm-1713
Diffstat (limited to 'indra/llwindow/llwindowmesaheadless.h')
-rw-r--r-- | indra/llwindow/llwindowmesaheadless.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowmesaheadless.h b/indra/llwindow/llwindowmesaheadless.h index fd4bd635e2..db7cb43754 100644 --- a/indra/llwindow/llwindowmesaheadless.h +++ b/indra/llwindow/llwindowmesaheadless.h @@ -59,7 +59,7 @@ public: /*virtual*/ void showCursorFromMouseMove() {}; /*virtual*/ void hideCursorUntilMouseMove() {}; /*virtual*/ BOOL isCursorHidden() {return FALSE;}; - /*virtual*/ void setCursor(ECursorType cursor) {}; + /*virtual*/ void updateCursor() {}; //virtual ECursorType getCursor() { return mCurrentCursor; }; /*virtual*/ void captureMouse() {}; /*virtual*/ void releaseMouse() {}; |