summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-01-23 16:04:08 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-01-23 16:04:08 -0500
commit878e31dce2483cea0a1a38f076d4558c04ec9642 (patch)
tree59daf63c16f4490137258c1a90bf10259538e177 /indra/newview/llvoavatar.h
parentd56009af85cd3807dbaaf23e4f4ce9539a637602 (diff)
SH-3534 WIP - better encapsulation of mUseServerBakes
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-xindra/newview/llvoavatar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index 2c64b9695e..c5064e4a52 100755
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -653,7 +653,7 @@ public:
// True if this avatar should fetch its baked textures via the new
// appearance mechanism.
- /*virtual*/ BOOL isUsingServerBakes() const { return mUseServerBakes; }
+ BOOL isUsingServerBakes() const;
void setIsUsingServerBakes(BOOL newval);