summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2021-07-15 19:33:42 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2021-07-15 19:36:43 +0300
commit3bdabd80de15d7dcadb460d8fa37af6674692ebd (patch)
tree0b8208e14f4f8d07aa8643ace8ce06bc8134379e
parent09f53a672bc42bed83bf43632013969000065c25 (diff)
DRTVWR-521 improvement
-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 5d938bbc70..c21bfbd02d 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(const std::string& file_name) { mFileName = file_name; }
protected:
std::string mFileName;
};