summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-09 10:49:47 -0800
committerRichard Linden <none@none>2011-03-09 10:49:47 -0800
commit02b5356d0d77daf5af0b5b5ad278ad2760579ac8 (patch)
tree25b7c9da3306b4d602e4d393f8f51bd57faf332f /indra/llui
parentf45c84dddef95a800b200010a8722a19e016adcf (diff)
fix for mac and linux builds
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llnotifications.cpp2
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))
{