diff options
Diffstat (limited to 'source/core/slang-persistent-cache.cpp')
| -rw-r--r-- | source/core/slang-persistent-cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-persistent-cache.cpp b/source/core/slang-persistent-cache.cpp index 2b4113e16..d934d1b26 100644 --- a/source/core/slang-persistent-cache.cpp +++ b/source/core/slang-persistent-cache.cpp @@ -226,7 +226,7 @@ String PersistentCache::getEntryFileName(const Key& key) { StringBuilder str; str << m_cacheDirectory << "/" << key.toString(); - return str; + return std::move(str); } struct CacheIndexHeader |
