summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2021-07-12 20:32:48 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2021-07-12 20:32:48 +0300
commitd53055406ea82f57edc7d5f59ed73ca1cda90621 (patch)
tree323cbb66b5af361c2eacaa840322ef92844b594d /indra/newview
parent674f5b770657dfe04205becdd4a4efb6a2aa3141 (diff)
DRTVWR-521 xcode buildfix
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llinventorybridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h
index 7db9c640f2..5d938bbc70 100644
--- a/indra/newview/llinventorybridge.h
+++ b/indra/newview/llinventorybridge.h
@@ -403,7 +403,7 @@ public:
virtual void buildContextMenu(LLMenuGL& menu, U32 flags);
virtual void performAction(LLInventoryModel* model, std::string action);
bool canSaveTexture(void);
- void setFileName(std::string& file_name) { mFileName = file_name; }
+ void setFileName(std::string file_name) { mFileName = file_name; }
protected:
std::string mFileName;
};