diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-10-15 21:46:24 +0100 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-10-15 21:46:24 +0100 |
commit | 0ffaf25e7599391841508fbac769bc3b544930a5 (patch) | |
tree | 807f110d6e6f1020e80bd6e8ab3b5c4ace321611 | |
parent | 015597bb5878fe3c2932fe96fdf2e6dbeee5519d (diff) |
STORM-1831 Removing unnecessary semi-colon
-rwxr-xr-x | indra/llui/llkeywords.h | 2 |
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; }; |