Merge pull request #159 from Tilka/misc

Cleanup stuff
This commit is contained in:
Matthew Parlane
2014-03-17 17:43:20 +13:00
36 changed files with 249 additions and 241 deletions

View File

@ -80,8 +80,8 @@ public:
virtual void Shutdown() = 0;
virtual void RunLoop(bool enable) = 0;
virtual std::string GetName() = 0;
virtual std::string GetDisplayName() { return GetName(); }
virtual std::string GetName() const = 0;
virtual std::string GetDisplayName() const { return GetName(); }
virtual void ShowConfig(void*) {}