diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-12-22 10:55:48 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-12-22 10:55:48 -0700 |
commit | 8ba0baa63109d5e45c1f3cfd75c7d230ff99031f (patch) | |
tree | b5945f63f0173b17e428d2d726d13653d9157ac7 /indra/newview/llfloatermodelpreview.h | |
parent | 8bca21e23b1ad857cb707af986c33523c6ea7724 (diff) |
fix for SH-648: Crash on exit in LLViewerFetchedTexture (ref count error)
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r-- | indra/newview/llfloatermodelpreview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index 64b220d86b..623cd286fb 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -52,7 +52,7 @@ class domTranslate; class LLMenuButton; class LLToggleableMenu; -const S32 NUM_LOD = 4;
+const S32 NUM_LOD = 4; class LLModelLoader : public LLThread { |