summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIma Mechanique <ima.mechanique@secondlife.com>2013-10-15 21:46:24 +0100
committerIma Mechanique <ima.mechanique@secondlife.com>2013-10-15 21:46:24 +0100
commit0ffaf25e7599391841508fbac769bc3b544930a5 (patch)
tree807f110d6e6f1020e80bd6e8ab3b5c4ace321611
parent015597bb5878fe3c2932fe96fdf2e6dbeee5519d (diff)
STORM-1831 Removing unnecessary semi-colon
-rwxr-xr-xindra/llui/llkeywords.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llkeywords.h b/indra/llui/llkeywords.h
index 6889b95339..77a12bc1e5 100755
--- a/indra/llui/llkeywords.h
+++ b/indra/llui/llkeywords.h
@@ -193,7 +193,7 @@ protected:
std::string getArguments(LLSD& args);
private:
- BOOL ready() { return mReady; };
+ BOOL ready() { return mReady; }
BOOL mReady;
std::string mFilenameSyntax;
};