Align number of arguments of Export method.

This commit is contained in:
jfa 2013-02-06 12:49:25 +00:00
parent a81cc8e71d
commit 239c5042da
2 changed files with 6 additions and 4 deletions

View File

@ -58,8 +58,9 @@
extern "C" extern "C"
{ {
BREPEXPORT_EXPORT BREPEXPORT_EXPORT int Export (const TopoDS_Shape& theShape,
int Export(const TopoDS_Shape& theShape, const TCollection_AsciiString& theFileName) const TCollection_AsciiString& theFileName,
const TCollection_AsciiString& /*theFormatName*/)
{ {
MESSAGE("Export BREP into file " << theFileName.ToCString()); MESSAGE("Export BREP into file " << theFileName.ToCString());

View File

@ -61,8 +61,9 @@
extern "C" extern "C"
{ {
STEPEXPORT_EXPORT STEPEXPORT_EXPORT int Export (const TopoDS_Shape& theShape,
int Export(const TopoDS_Shape& theShape, const TCollection_AsciiString& theFileName) const TCollection_AsciiString& theFileName,
const TCollection_AsciiString& /*theFormatName*/)
{ {
MESSAGE("Export STEP into file " << theFileName.ToCString()); MESSAGE("Export STEP into file " << theFileName.ToCString());