Fix warning
This commit is contained in:
@@ -215,7 +215,7 @@ public:
|
||||
class Condition
|
||||
{
|
||||
public:
|
||||
Condition(std::string name) { }
|
||||
Condition(std::string) { }
|
||||
~Condition() { }
|
||||
|
||||
void lock() { }
|
||||
|
||||
Reference in New Issue
Block a user