fixed Thread.hpp again

This commit is contained in:
hyung-hwan 2020-08-17 10:22:14 +00:00
parent a03289873a
commit 0adea0187c

View File

@ -120,7 +120,7 @@ public:
// execute the given function in a thread. // execute the given function in a thread.
// this is supposed to hide Thread::start(int flags). // this is supposed to hide Thread::start(int flags).
// in this class, the start() method must be given the ThreadRoutine point. // in this class, the start() method must be given the ThreadRoutine point.
virtual int start (ThreadRoutine rtn, int flags = 0) QSE_CPP_OVERRIDE QSE_CPP_NOEXCEPT; virtual int start (ThreadRoutine rtn, int flags = 0) QSE_CPP_NOEXCEPT;
protected: protected:
ThreadRoutine __tmprtn; ThreadRoutine __tmprtn;