Re #307 Fixed errors in comments

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3954 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: e820a84dc604cfa6675e21bec82d5b37fd75f1fc
Former-commit-id: 02227c1a9dafa28e42648b6296f51211e7e18139
This commit is contained in:
pouillot 2011-10-08 15:57:02 +00:00
parent 4480e89f4d
commit d367b01873

View file

@ -42,7 +42,7 @@
extern "C" int TRACK_API openGfModule(const char* pszShLibName, void* hShLibHandle);
extern "C" int TRACK_API closeGfModule();
// The module main class (Singleton, inherits GfModule, and implements IGraphicsEngine).
// The module main class (Singleton, inherits GfModule, and implements ITrackLoader).
class TRACK_API TrackModule : public GfModule, public ITrackLoader //, public ITrack
{
public:
@ -80,7 +80,7 @@ class TRACK_API TrackModule : public GfModule, public ITrackLoader //, public IT
static TrackModule* _pSelf;
};
#endif /* _TRACKINC_H__ */
#endif /* _TRACKITF_H__ */