diff --git a/src/osgPlugins/dx/DXWriter.h b/src/osgPlugins/dx/DXWriter.h index 16f224481..34aa86a67 100644 --- a/src/osgPlugins/dx/DXWriter.h +++ b/src/osgPlugins/dx/DXWriter.h @@ -30,7 +30,7 @@ namespace dx { struct WriterParms { bool set_default_color; // Give color to uncolored objects osg::Vec4 default_color; // Color to assign to uncolored objects - char outfile[ PATH_MAX ]; // Output pathname + char outfile[ DX_PATH_MAX ]; // Output pathname //bool binary_mode; // Write DX arrays in binary format WriterParms()