summaryrefslogtreecommitdiff
path: root/src/lib/checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/checker.h')
-rw-r--r--src/lib/checker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/checker.h b/src/lib/checker.h
index fee3fc3d9..8b80d8527 100644
--- a/src/lib/checker.h
+++ b/src/lib/checker.h
@@ -54,7 +54,7 @@ private:
void thread ();
- boost::thread* _thread;
+ boost::thread _thread;
mutable boost::mutex _mutex;
bool _terminate;
bool _ok;