Can somebody please explain this one to me???

<snip>
G:\Othersyde\source\othersyde\COSBSPWorld.cpp(49) : error C2664: 'LoadInfo'
: cannot convert parameter 1 from 'struct OSFileIO::WORLDFILEINFO
Othersyde::CBSPWorld::*' to 'struct OSFileIO::WORLDFILEINFO *'
<snip>

OSFileIO and Othersyde are namespaces, CBSPWorld is a class.

This is how I declare the variable in CBSPWorld:
OSFileIO::WORLDFILEINFO m_world;

I don't get it...

Never mind... by Morten

Morten
Fri Apr 23 11:52:22 CDT 2004

Forget it. I had left my brain somewhere. I was trying to access a
non-static variable in a static function... :-)