BUILDFIX WIN fixing windows build error

converted a struct to a class, cleaning up a forward declaration that caused windows build issues.
master
Nyx (Neal Orman) 2012-09-10 11:34:17 -04:00
parent e1580128ab
commit d3cdc92039
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ private:
protected:
virtual LLTexLayerSet* createTexLayerSet() = 0;
protected:
struct LLMaskedMorph;
class LLMaskedMorph;
typedef std::deque<LLMaskedMorph *> morph_list_t;
struct BakedTextureData
{