diff options
author | Oz Linden <oz@lindenlab.com> | 2012-03-09 12:56:04 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-03-09 12:56:04 -0500 |
commit | 11c6654479a299549dc0035faa894678a60e157e (patch) | |
tree | 267ebd388c62f41b4b19e9eb3e777ba60e368dba /indra/newview/llwlparamset.h | |
parent | a7aa89e2cb98c28be7b20bcae6dc1cb47f4d56c1 (diff) | |
parent | c6acd4723526ed82e79dccef18aaf4821e53dfeb (diff) |
merge changes for vmrg-227
Diffstat (limited to 'indra/newview/llwlparamset.h')
-rw-r--r-- | indra/newview/llwlparamset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwlparamset.h b/indra/newview/llwlparamset.h index 3c44ed3bb8..b087119dd5 100644 --- a/indra/newview/llwlparamset.h +++ b/indra/newview/llwlparamset.h @@ -110,7 +110,7 @@ public: /// \param error A flag to set if it's not the proper return type LLVector4 getVector(const std::string& paramName, bool& error); - /// Get an integer parameter + /// Get a float parameter /// \param paramName The name of the parameter to set. /// \param error A flag to set if it's not the proper return type F32 getFloat(const std::string& paramName, bool& error); |