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/objcolseeker.h')
-rw-r--r--Source/Ogda/Searchers/Seekers/objcolseeker.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/Source/Ogda/Searchers/Seekers/objcolseeker.h b/Source/Ogda/Searchers/Seekers/objcolseeker.h
index ab55de55..175efdd5 100644
--- a/Source/Ogda/Searchers/Seekers/objcolseeker.h
+++ b/Source/Ogda/Searchers/Seekers/objcolseeker.h
@@ -20,16 +20,14 @@
// limitations under the License.
//
//-----------------------------------------------------------------------------
-#pragma once
+#pragma once
#include "seekerbase.h"
-class ObjColSeeker : public SeekerBase
-{
-public:
- std::vector<Item> Search( const Item& item ) override;
- const char* GetName() override
- {
+class ObjColSeeker : public SeekerBase {
+ public:
+ std::vector<Item> Search(const Item& item) override;
+ const char* GetName() override {
return "objcol_seeker";
}
};