summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2011-01-04 16:22:38 -0700
committerXiaohong Bao <bao@lindenlab.com>2011-01-04 16:22:38 -0700
commit961e50aab40fe09632e4f3f9aa385abd0fb42735 (patch)
tree82f77bd2f616315eb89632abe5815b40d5dad565 /indra/newview/llmeshrepository.h
parent6262c4a427422ea82bbdafd7e701b700784663a6 (diff)
clear some LLPointer issues for SH-694: check if there are any other LLPointer issues in the mesh model uploading flow and fix them if exist.
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r--indra/newview/llmeshrepository.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h
index 8c9892b28f..eccb82b661 100644
--- a/indra/newview/llmeshrepository.h
+++ b/indra/newview/llmeshrepository.h
@@ -431,6 +431,7 @@ public:
bool finished() { return mFinished; }
virtual void run();
+ void preStart();
};