summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2012-09-10 11:34:17 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2012-09-10 11:34:17 -0400
commitd3cdc92039349ba44cc62c616a8a040236ea696d (patch)
tree443b5fe84e467d19467ad810bae7a3fd398024dd /indra
parente1580128ab2a42ecd4019ef35069f9e939dc4ff2 (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.h2
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
{