Fix IsThread destructor
This commit is contained in:
parent
617ad0b5f8
commit
e5fc3c63f2
@ -34,7 +34,7 @@ protected:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
cIsThread(const AString & iThreadName);
|
cIsThread(const AString & iThreadName);
|
||||||
~cIsThread();
|
virtual ~cIsThread();
|
||||||
|
|
||||||
/// Starts the thread; returns without waiting for the actual start
|
/// Starts the thread; returns without waiting for the actual start
|
||||||
bool Start(void);
|
bool Start(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user