Skip to content
Snippets Groups Projects
Commit d3cdc920 authored by Nyx (Neal Orman)'s avatar Nyx (Neal Orman)
Browse files

BUILDFIX WIN fixing windows build error

converted a struct to a class, cleaning up a forward declaration that caused windows build issues.
parent e1580128
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,7 @@ class LLAvatarAppearance : public LLCharacter
protected:
virtual LLTexLayerSet* createTexLayerSet() = 0;
protected:
struct LLMaskedMorph;
class LLMaskedMorph;
typedef std::deque<LLMaskedMorph *> morph_list_t;
struct BakedTextureData
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment