Commit d96287aa authored by 's avatar

Add virtual ~Thread() to avoid warnings.


git-svn-id: https://google-glog.googlecode.com/svn/trunk@58 eb4d4688-79bd-11dd-afb4-1d65580434c0
parent ac63dd1f
......@@ -525,6 +525,8 @@ struct FlagSaver {
class Thread {
public:
virtual ~Thread() {}
void SetJoinable(bool joinable) {}
#if defined(HAVE_PTHREAD)
void Start() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment