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/hotspotfile.h')
-rw-r--r--Source/Asset/Asset/hotspotfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Asset/Asset/hotspotfile.h b/Source/Asset/Asset/hotspotfile.h
index b5c8dafb..be20c307 100644
--- a/Source/Asset/Asset/hotspotfile.h
+++ b/Source/Asset/Asset/hotspotfile.h
@@ -48,11 +48,11 @@ public:
const char* GetLoadErrorStringExtended() { return ""; }
void Unload();
void Reload();
- virtual void ReportLoad();
+ void ReportLoad() override;
- void ReturnPaths(PathSet& path_set);
+ void ReturnPaths(PathSet& path_set) override;
- virtual AssetLoaderBase* NewLoader();
+ AssetLoaderBase* NewLoader() override;
};
typedef AssetRef<HotspotFile> HotspotFileRef;