made run() protected

This commit is contained in:
john30
2014-12-27 12:33:45 +01:00
parent 8d835ed7a9
commit 72eb26805a
+2
View File
@@ -84,6 +84,8 @@ public:
*/
pthread_t self() {return m_threadid; }
protected:
/**
* @brief Thread entry method to be overridden by derived class.
*/