From d3cdc92039349ba44cc62c616a8a040236ea696d Mon Sep 17 00:00:00 2001 From: "Nyx (Neal Orman)" Date: Mon, 10 Sep 2012 11:34:17 -0400 Subject: BUILDFIX WIN fixing windows build error converted a struct to a class, cleaning up a forward declaration that caused windows build issues. --- indra/llappearance/llavatarappearance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llappearance') 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 morph_list_t; struct BakedTextureData { -- cgit v1.2.3