summaryrefslogtreecommitdiffstats
path: root/src/DeadlockDetect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DeadlockDetect.cpp')
-rw-r--r--src/DeadlockDetect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DeadlockDetect.cpp b/src/DeadlockDetect.cpp
index 411d452f6..ac4cabd74 100644
--- a/src/DeadlockDetect.cpp
+++ b/src/DeadlockDetect.cpp
@@ -21,7 +21,7 @@ const int CYCLE_MILLISECONDS = 100;
cDeadlockDetect::cDeadlockDetect(void) :
- super("DeadlockDetect"),
+ Super("DeadlockDetect"),
m_IntervalSec(1000)
{
}
@@ -62,7 +62,7 @@ bool cDeadlockDetect::Start(int a_IntervalSec)
return false;
}
);
- return super::Start();
+ return Super::Start();
}