Consistency fix - remove a warning under MSVC

This commit is contained in:
Frederic Bouvier
2011-04-26 20:42:42 +02:00
parent a2121b86df
commit 1b8216e911

View File

@@ -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,