Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asset/Asset/songlistfile.h')
-rw-r--r--Source/Asset/Asset/songlistfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Asset/Asset/songlistfile.h b/Source/Asset/Asset/songlistfile.h
index 059f3e65..f59dcf73 100644
--- a/Source/Asset/Asset/songlistfile.h
+++ b/Source/Asset/Asset/songlistfile.h
@@ -41,7 +41,7 @@ public:
const char* GetLoadErrorStringExtended() { return ""; }
void Unload();
void Reload();
- virtual AssetLoaderBase* NewLoader();
+ AssetLoaderBase* NewLoader() override;
static const char* GetTypeName() { return "SONG_LIST_ASSET"; }
static bool AssetWarning() { return true; }
};