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/Ogda/Searchers/Seekers/syncedanimationgroupseeker.h')
-rw-r--r--Source/Ogda/Searchers/Seekers/syncedanimationgroupseeker.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/Source/Ogda/Searchers/Seekers/syncedanimationgroupseeker.h b/Source/Ogda/Searchers/Seekers/syncedanimationgroupseeker.h
index b556e5df..ef700f17 100644
--- a/Source/Ogda/Searchers/Seekers/syncedanimationgroupseeker.h
+++ b/Source/Ogda/Searchers/Seekers/syncedanimationgroupseeker.h
@@ -27,13 +27,11 @@
class TiXmlDocument;
class JobHandler;
-class SyncedAnimationGroupSeeker : public XMLSeekerBase
-{
-public:
- std::vector<Item> SearchXML( const Item & item, TiXmlDocument& doc ) override;
+class SyncedAnimationGroupSeeker : public XMLSeekerBase {
+ public:
+ std::vector<Item> SearchXML(const Item& item, TiXmlDocument& doc) override;
- inline const char* GetName() override
- {
+ inline const char* GetName() override {
return "synced_animation_group_seeker";
}
};