From: Frederic Bouvier Date: Tue, 26 Apr 2011 18:42:42 +0000 (+0200) Subject: Consistency fix - remove a warning under MSVC X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1b8216e9114c211b81136d288b9bfc4aaf87a0c3;p=simgear.git Consistency fix - remove a warning under MSVC --- diff --git a/simgear/structure/event_mgr.hxx b/simgear/structure/event_mgr.hxx index b68517ae..23ee5348 100644 --- a/simgear/structure/event_mgr.hxx +++ b/simgear/structure/event_mgr.hxx @@ -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,