Fix build error on non-debug builds.
This commit is contained in:
parent
0a6245e5cc
commit
42b659efe1
|
@ -46,9 +46,7 @@
|
||||||
* "KI_TRACE_X3D_PARSER". See the wxWidgets documentation on wxLogTrace for
|
* "KI_TRACE_X3D_PARSER". See the wxWidgets documentation on wxLogTrace for
|
||||||
* more information.
|
* more information.
|
||||||
*/
|
*/
|
||||||
#if defined(DEBUG)
|
|
||||||
static const wxChar* traceX3DParser = wxT( "KI_TRACE_X3D_PARSER" );
|
static const wxChar* traceX3DParser = wxT( "KI_TRACE_X3D_PARSER" );
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
X3D_MODEL_PARSER::X3D_MODEL_PARSER( S3D_MASTER* aMaster ) :
|
X3D_MODEL_PARSER::X3D_MODEL_PARSER( S3D_MASTER* aMaster ) :
|
||||||
|
|
Loading…
Reference in New Issue