BUILDFIX WIN fixing windows build error
converted a struct to a class, cleaning up a forward declaration that caused windows build issues.master
parent
e1580128ab
commit
d3cdc92039
|
|
@ -272,7 +272,7 @@ private:
|
|||
protected:
|
||||
virtual LLTexLayerSet* createTexLayerSet() = 0;
|
||||
protected:
|
||||
struct LLMaskedMorph;
|
||||
class LLMaskedMorph;
|
||||
typedef std::deque<LLMaskedMorph *> morph_list_t;
|
||||
struct BakedTextureData
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue