summaryrefslogtreecommitdiff
path: root/recstatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'recstatus.h')
-rw-r--r--recstatus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/recstatus.h b/recstatus.h
index 6d2f3b2..b17ede4 100644
--- a/recstatus.h
+++ b/recstatus.h
@@ -36,7 +36,7 @@ public:
~cRecDoneTimerObj() { timer = NULL; recDone = NULL; } // do not delete anything!
};
-class cRecStatusMonitor : public cStatus
+class cRecStatusMonitor : public cStatus
{
cList<cRecDoneTimerObj> TimersRecording;
protected: