diff options
Diffstat (limited to 'indra/newview/llmorphview.h')
-rw-r--r-- | indra/newview/llmorphview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llmorphview.h b/indra/newview/llmorphview.h index 6c06947fc3..bd1fbf4f8c 100644 --- a/indra/newview/llmorphview.h +++ b/indra/newview/llmorphview.h @@ -58,7 +58,7 @@ public: void setCameraTargetOffset(const LLVector3d& camera_target_offset) {mCameraTargetOffset = camera_target_offset;} void updateCamera(); - void setCameraDrivenByKeys( BOOL b ); + void setCameraDrivenByKeys( bool b ); protected: void initialize(); @@ -75,7 +75,7 @@ protected: F32 mCameraPitch; F32 mCameraYaw; - BOOL mCameraDrivenByKeys; + bool mCameraDrivenByKeys; }; // |