diff options
author | leyla_linden <none@none> | 2011-01-04 10:18:15 -0800 |
---|---|---|
committer | leyla_linden <none@none> | 2011-01-04 10:18:15 -0800 |
commit | 8eda31456a0466cfa7674a881ebc69ea2abbf8a1 (patch) | |
tree | 3ac64607637e3592e492c57221255f91d573291e | |
parent | 350a736d37de282e1e3c22627400d957f0e00dc5 (diff) |
fixing mac build error
-rw-r--r-- | indra/newview/llfloatermodelpreview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index df1b06aeaf..11c2447da5 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -30,6 +30,7 @@ #include "llfloaternamedesc.h" #include "lldynamictexture.h" +#include "llfloatermodelwizard.h" #include "llquaternion.h" #include "llmeshrepository.h" #include "llmodel.h" @@ -281,6 +282,7 @@ class LLModelPreview : public LLViewerDynamicTexture, public LLMutex friend class LLFloaterModelPreview; friend class LLFloaterModelWizard; friend class LLFloaterModelPreview::DecompRequest; + friend class LLFloaterModelWizard::DecompRequest; friend class LLPhysicsDecomp; LLFloater* mFMP; @@ -301,7 +303,7 @@ class LLModelPreview : public LLViewerDynamicTexture, public LLMutex std::string mLODFile[LLModel::NUM_LODS]; bool mLoading; - std::map<std::string, bool> mViewOption;
+ std::map<std::string, bool> mViewOption; //GLOD object parameters (must rebuild object if these change) F32 mBuildShareTolerance; |