Added a pragma to get round a VisualStudio warning that I couldn't fix

in any easy way.
This commit is contained in:
Robert Osfield
2002-04-23 11:02:09 +00:00
parent 2d0df88ee4
commit f4f4423fe7

View File

@@ -32,6 +32,12 @@
using namespace txp;
using namespace osg;
// disable 'this' used in base pointer initilialization..
#if defined(WIN32) && !(defined(__CYGWIN__) || defined(__MINGW32__))
#pragma warning( disable : 4355 )
#endif
TrPageArchive::TrPageArchive()
: trpgr_Archive()
, parse(new TrPageParser(this))