diff options
Diffstat (limited to 'include/modules/cs_log.h')
-rw-r--r-- | include/modules/cs_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/cs_log.h b/include/modules/cs_log.h index 1a5658dd1..ca2a6bcaa 100644 --- a/include/modules/cs_log.h +++ b/include/modules/cs_log.h @@ -37,6 +37,6 @@ struct LogSettings : Serialize::Checker<std::vector<LogSetting *> > } public: - virtual ~LogSettings() { } + virtual ~LogSettings() { } virtual LogSetting *Create() = 0; }; |