diff options
Diffstat (limited to 'indra/newview/llpanelobject.h')
-rw-r--r-- | indra/newview/llpanelobject.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llpanelobject.h b/indra/newview/llpanelobject.h index 87c9ce04a0..dd94922e10 100644 --- a/indra/newview/llpanelobject.h +++ b/indra/newview/llpanelobject.h @@ -87,9 +87,9 @@ public: protected: void getState(); - void sendRotation(); - void sendScale(); - void sendPosition(); + void sendRotation(BOOL btn_down); + void sendScale(BOOL btn_down); + void sendPosition(BOOL btn_down); void sendIsPhysical(); void sendIsTemporary(); void sendIsPhantom(); @@ -180,7 +180,7 @@ protected: LLUUID mSculptTextureRevert; // so we can revert the sculpt texture on cancel U8 mSculptTypeRevert; // so we can revert the sculpt type on cancel - + LLPointer<LLViewerObject> mObject; LLPointer<LLViewerObject> mRootObject; }; |