summaryrefslogtreecommitdiffstats
path: root/src/CRSMSession.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CRSMSession.hpp')
-rw-r--r--src/CRSMSession.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/CRSMSession.hpp b/src/CRSMSession.hpp
index 5c9a72e..9d80a7d 100644
--- a/src/CRSMSession.hpp
+++ b/src/CRSMSession.hpp
@@ -20,7 +20,7 @@ public:
}
};
-struct CRSMSession : public ConfigBase {
+struct CRSMSession : public ClearableConfigBase<CRSMSession> {
enum SessionState {None = -1, Lobby = 0, Loading = 1, Running = 2};
Boolean League = false;
@@ -43,8 +43,6 @@ struct CRSMSession : public ConfigBase {
Boolean UseIngameChat = false;
} IRC;
- void clear();
-
CRSMSession();
CRSMSession(CRSM* crsm);