Compilation errors fixing

This commit is contained in:
Wojtek Figat
2025-08-02 17:05:13 +02:00
parent b26d6ea108
commit 744c94b3cc
4 changed files with 7 additions and 3 deletions

View File

@@ -279,7 +279,7 @@ void Asset::OnDeleteObject()
const bool wasMarkedToDelete = _deleteFileOnUnload != 0;
#if USE_EDITOR
const String path = wasMarkedToDelete ? GetPath() : String::Empty;
const String path = wasMarkedToDelete ? GetPath() : StringView::Empty;
#endif
const Guid id = GetID();