Skip to content

Commit c46264a

Browse files
mpoudotlelandaisb
authored andcommitted
Fix ImportMDL param default value
1 parent 7d8f919 commit c46264a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/protected/Topo/TopoManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ class TopoManager final : public Internal::CommandCreator {
10221022
* \param deg_max degré maximum pour les polynomes des B-Splines
10231023
*/
10241024
Mgx3D::Internal::M3DCommandResult*
1025-
importMDL(std::string n, const bool all, const bool useAreaName,
1025+
importMDL(std::string n, const bool all, const bool useAreaName=false,
10261026
std::string prefixName="", int deg_min=1, int deg_max=2);
10271027
SET_SWIG_COMPLETABLE_METHOD(importMDL)
10281028

0 commit comments

Comments
 (0)