Fix Travis compiling

This commit is contained in:
Raul Tambre 2014-11-21 15:52:01 +02:00
parent cdfef3bf9e
commit 16b4b9bf40
9 changed files with 15 additions and 15 deletions

View file

@ -292,6 +292,6 @@ public:
u32 get_id() const
{
thread->GetId();
return thread->GetId();
}
};