diff options
Diffstat (limited to 'src/ochess.hpp')
| -rw-r--r-- | src/ochess.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ochess.hpp b/src/ochess.hpp index da9107b..7f94fe1 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -53,7 +53,7 @@ public: TabInfos(Type type_) : type(type_), id(tab_count), is_linked(false) { tab_count++; wxLogDebug("Tabid=%d",(int)id); } void Link(TabInfos *tab); virtual void Refresh(){}; - virtual void ApplyPreferences() = 0; + virtual void ApplyPreferences() {}; virtual std::shared_ptr<Game> GetGame() = 0; virtual std::shared_ptr<GameBase> GetBase() = 0; }; |
