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/XML/Parsers/levelxmlparser.h')
-rw-r--r--Source/XML/Parsers/levelxmlparser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/XML/Parsers/levelxmlparser.h b/Source/XML/Parsers/levelxmlparser.h
index dfd58be4..55f7f0d1 100644
--- a/Source/XML/Parsers/levelxmlparser.h
+++ b/Source/XML/Parsers/levelxmlparser.h
@@ -49,9 +49,9 @@ public:
std::string image;
};
- virtual uint32_t Load( const std::string& path );
- virtual bool Save( const std::string& path );
- virtual void Clear();
+ uint32_t Load( const std::string& path ) override;
+ bool Save( const std::string& path ) override;
+ void Clear() override;
std::string hash;
std::string name;