summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-18 11:34:53 -0700
committercallum_linden <none@none>2014-10-18 11:34:53 -0700
commit91eab4a9ea0cda8ccff52987d76af285cf4d18ce (patch)
treefc8bfb5d1813344b7b3e73baa0965dc1d2004213 /indra/newview
parent327a99a8a868312ded565b53cba2e3c49ecdca12 (diff)
Update to build on Xcode 6.0: fix member initializer 'mAppearanceSerialNum' does not name a non-static data member or base class - already initialized in parent class llCharacter
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llagent.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index 38c398374a..cd01ea1868 100755
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -408,10 +408,8 @@ LLAgent::LLAgent() :
mCurrentFidget(0),
mFirstLogin(FALSE),
mOutfitChosen(FALSE),
-
- mVoiceConnected(false),
- mAppearanceSerialNum(0),
+ mVoiceConnected(false),
mMouselookModeInSignal(NULL),
mMouselookModeOutSignal(NULL)