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/attachmentasset.h')
-rw-r--r--Source/Asset/Asset/attachmentasset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Asset/Asset/attachmentasset.h b/Source/Asset/Asset/attachmentasset.h
index 7fb983e6..abfbd2c2 100644
--- a/Source/Asset/Asset/attachmentasset.h
+++ b/Source/Asset/Asset/attachmentasset.h
@@ -50,11 +50,11 @@ public:
void Unload();
void Reload();
- virtual void ReportLoad();
+ void ReportLoad() override;
void clear();
- virtual AssetLoaderBase* NewLoader();
+ AssetLoaderBase* NewLoader() override;
static bool AssetWarning() { return true; }
};