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/item.h')
-rw-r--r--Source/Asset/Asset/item.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Asset/Asset/item.h b/Source/Asset/Asset/item.h
index 4cbd7d98..c163b5e3 100644
--- a/Source/Asset/Asset/item.h
+++ b/Source/Asset/Asset/item.h
@@ -67,8 +67,8 @@ public:
const char* GetLoadErrorStringExtended() { return ""; }
void Unload();
void Reload();
- virtual void ReportLoad();
- virtual void ReturnPaths(PathSet &path_set);
+ void ReportLoad() override;
+ void ReturnPaths(PathSet &path_set) override;
const std::string &GetIKAttach(AttachmentType type) const;
const std::string &GetAttachAnimPath(AttachmentType type);
@@ -99,7 +99,7 @@ public:
bool HasReactionOverride( const std::string &anim );
const std::string & GetReactionOverride( const std::string &anim );
- virtual AssetLoaderBase* NewLoader();
+ AssetLoaderBase* NewLoader() override;
private:
static const int kMaxAttachments = 4;