Salome HOME
A fix for the next case:
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_BREPImport.cpp
index 6d676af7c31bc9131eb1c8b158d0f10efe81df38..32cb7c95a67c461068f2ff681051729acfac2513 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 
-#include <GEOMALGOAPI_BREPImport.h>
+#include <GeomAlgoAPI_BREPImport.h>
 
 #include <BRepTools.hxx>
 #include <BRep_Builder.hxx>
@@ -14,7 +14,7 @@
 namespace BREPImport {
 TopoDS_Shape Import(const TCollection_AsciiString& theFileName,
                     const TCollection_AsciiString&,
-                    TCollection_AsciiString& theError, const TDF_Label&)
+                    TCollection_AsciiString& theError)
 {
   #ifdef _DEBUG
   std::cout << "Import BREP from file " << theFileName << std::endl;