Consistency fix - remove a warning under MSVC
This commit is contained in:
@@ -116,7 +116,7 @@ public:
|
||||
|
||||
void removeTask(const std::string& name);
|
||||
private:
|
||||
friend struct SGTimer;
|
||||
friend class SGTimer;
|
||||
|
||||
void add(const std::string& name, SGCallback* cb,
|
||||
double interval, double delay,
|
||||
|
||||
Reference in New Issue
Block a user