diff options
| author | Rider Linden <rider@lindenlab.com> | 2026-03-26 14:45:45 -0700 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2026-03-26 14:45:45 -0700 |
| commit | e36c7403e49bf19e6122e61768c6d0cb83272b3b (patch) | |
| tree | 8c49023fd2416d7ccc78759c61785fb6e7fc8847 | |
| parent | b194750f29398c900adfc8463dbf85b90e445ebb (diff) | |
A function signature was only changed in the header.
| -rw-r--r-- | indra/llinventory/llinventory.cpp | 2 |
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; } |
