mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-14 03:33:07 +05:00
Align number of arguments of Export method.
This commit is contained in:
parent
a81cc8e71d
commit
239c5042da
@ -58,8 +58,9 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
BREPEXPORT_EXPORT
|
||||
int Export(const TopoDS_Shape& theShape, const TCollection_AsciiString& theFileName)
|
||||
BREPEXPORT_EXPORT int Export (const TopoDS_Shape& theShape,
|
||||
const TCollection_AsciiString& theFileName,
|
||||
const TCollection_AsciiString& /*theFormatName*/)
|
||||
{
|
||||
MESSAGE("Export BREP into file " << theFileName.ToCString());
|
||||
|
||||
|
@ -61,8 +61,9 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
STEPEXPORT_EXPORT
|
||||
int Export(const TopoDS_Shape& theShape, const TCollection_AsciiString& theFileName)
|
||||
STEPEXPORT_EXPORT int Export (const TopoDS_Shape& theShape,
|
||||
const TCollection_AsciiString& theFileName,
|
||||
const TCollection_AsciiString& /*theFormatName*/)
|
||||
{
|
||||
MESSAGE("Export STEP into file " << theFileName.ToCString());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user