1
0

Fix IsThread destructor

This commit is contained in:
Tycho 2014-03-09 10:52:12 -07:00
parent 617ad0b5f8
commit e5fc3c63f2

View File

@ -34,7 +34,7 @@ protected:
public:
cIsThread(const AString & iThreadName);
~cIsThread();
virtual ~cIsThread();
/// Starts the thread; returns without waiting for the actual start
bool Start(void);