diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-09-10 11:34:17 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-09-10 11:34:17 -0400 |
commit | d3cdc92039349ba44cc62c616a8a040236ea696d (patch) | |
tree | 443b5fe84e467d19467ad810bae7a3fd398024dd /indra | |
parent | e1580128ab2a42ecd4019ef35069f9e939dc4ff2 (diff) |
BUILDFIX WIN fixing windows build error
converted a struct to a class, cleaning up a forward declaration that caused windows build issues.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llappearance/llavatarappearance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llappearance/llavatarappearance.h b/indra/llappearance/llavatarappearance.h index 96dd81be77..6eab9b9d1f 100644 --- a/indra/llappearance/llavatarappearance.h +++ b/indra/llappearance/llavatarappearance.h @@ -272,7 +272,7 @@ private: protected: virtual LLTexLayerSet* createTexLayerSet() = 0; protected: - struct LLMaskedMorph; + class LLMaskedMorph; typedef std::deque<LLMaskedMorph *> morph_list_t; struct BakedTextureData { |