diff options
author | Logan Dethrow <log@lindenlab.com> | 2012-12-13 18:07:50 -0500 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2012-12-13 18:07:50 -0500 |
commit | 3565f6f36db90e1a9a5918d8087f9dc0ab61eb69 (patch) | |
tree | 39d292fa5455fd654793a86d1dc978cecf52fb0b /indra/newview/llappearancemgr.h | |
parent | 632addf63dd6db5cffc18fd351b1899b30fc9062 (diff) |
WIP SH-3339. Commit to merge from trunk to get build fixes, etc.
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rwxr-xr-x | indra/newview/llappearancemgr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 525402c215..7c94542e20 100755 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -191,6 +191,9 @@ public: void incrementCofVersion(LLHTTPClient::ResponderPtr responder_ptr = NULL); + // *HACK Remove this after server side texture baking is deployed on all sims. + void incrementCofVersionLegacy(); + protected: LLAppearanceMgr(); ~LLAppearanceMgr(); |