summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2026-03-26 14:45:45 -0700
committerRider Linden <rider@lindenlab.com>2026-03-26 14:45:45 -0700
commite36c7403e49bf19e6122e61768c6d0cb83272b3b (patch)
tree8c49023fd2416d7ccc78759c61785fb6e7fc8847
parentb194750f29398c900adfc8463dbf85b90e445ebb (diff)
A function signature was only changed in the header.
-rw-r--r--indra/llinventory/llinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llinventory.cpp b/indra/llinventory/llinventory.cpp
index 416b5efccb..843da1eccb 100644
--- a/indra/llinventory/llinventory.cpp
+++ b/indra/llinventory/llinventory.cpp
@@ -134,7 +134,7 @@ bool LLInventoryObject::getIsFavorite() const
return mFavorite;
}
-std::string LLInventoryObject::getRuntime() const
+const std::string& LLInventoryObject::getRuntime() const
{
return mRuntime;
}