diff options
Diffstat (limited to 'switchtimer.h')
-rw-r--r-- | switchtimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/switchtimer.h b/switchtimer.h index 9cf168b..526452c 100644 --- a/switchtimer.h +++ b/switchtimer.h @@ -45,7 +45,7 @@ public: bool Save(FILE *f); }; -class cSwitchTimers : public cConfig<cSwitchTimer>, public cMutex +class cSwitchTimers : public cConfig<cSwitchTimer>, public cMutex { public: cSwitchTimers(void) {} |