diff options
author | Richard Linden <none@none> | 2011-03-09 10:49:47 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-09 10:49:47 -0800 |
commit | 02b5356d0d77daf5af0b5b5ad278ad2760579ac8 (patch) | |
tree | 25b7c9da3306b4d602e4d393f8f51bd57faf332f | |
parent | f45c84dddef95a800b200010a8722a19e016adcf (diff) |
fix for mac and linux builds
-rw-r--r-- | indra/llui/llnotifications.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index 578de4376c..7708f2311e 100644 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -1405,7 +1405,7 @@ void replaceFormText(LLNotificationForm::Params& form, const std::string& patter } } -void addPathIfExists(std::string& new_path, std::vector<std::string>& paths) +void addPathIfExists(const std::string& new_path, std::vector<std::string>& paths) { if (gDirUtilp->fileExists(new_path)) { |