Keywords:
MSVC appears to misparse the constructor syntax for Debug::CurrentDebug.
/*
- * $Id: debug.cc,v 1.93 2003/07/08 23:01:46 robertc Exp $
+ * $Id: debug.cc,v 1.94 2003/07/11 04:55:40 robertc Exp $
*
* DEBUG: section 0 Debug Routines
* AUTHOR: Harvest Derived
CurrentDebug = NULL;
}
-std::ostringstream *Debug::CurrentDebug (NULL);
+std::ostringstream *Debug::CurrentDebug = NULL;