diff options
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index 2ee6634467..c6d11b5ae5 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -280,8 +280,8 @@ public: const LLVector3d &getPositionGlobal(); const LLVector3 &getPositionAgent(); - const S32 getRegionsVisited() const; - const F64 getDistanceTraveled() const; + S32 getRegionsVisited() const; + F64 getDistanceTraveled() const; const LLVector3d &getFocusGlobal() const { return mFocusGlobal; } const LLVector3d &getFocusTargetGlobal() const { return mFocusTargetGlobal; } |