From 971e9bd203802420abcfa60d9303d89570900e3d Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Wed, 9 Jan 2013 12:41:57 -0600 Subject: More merge cleanup. --- indra/newview/llmeshrepository.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index 4625d8edef..8602271f84 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -411,7 +411,7 @@ public: LLHandle fee_observer= (LLHandle()), LLHandle upload_observer = (LLHandle())); ~LLMeshUploadThread(); - void startRequest(); { ++mPendingUploads; } + void startRequest() { ++mPendingUploads; } void stopRequest() { --mPendingUploads; } bool finished() { return mFinished; } -- cgit v1.2.3