Skip to content

Commit

Permalink
Merge pull request #673 from muellni/fix-external-linkage-error
Browse files Browse the repository at this point in the history
fix external linkage error in BRepBuilderAPI_Copy
  • Loading branch information
tpaviot authored Aug 9, 2017
2 parents aa5ae7b + 0686232 commit 8c8ccb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/BRepBuilderAPI/BRepBuilderAPI_Copy.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#include <gp_Pnt.hxx>
#include <Poly_Triangulation.hxx>

namespace {

//! Tool class implementing necessary functionality for copying geometry
class BRepBuilderAPI_Copy_Modification : public BRepTools_Modification
{
Expand Down Expand Up @@ -147,8 +145,6 @@ DEFINE_STANDARD_HANDLE(BRepBuilderAPI_Copy_Modification, BRepTools_Modification)
IMPLEMENT_STANDARD_HANDLE(BRepBuilderAPI_Copy_Modification, BRepTools_Modification)
IMPLEMENT_STANDARD_RTTIEXT(BRepBuilderAPI_Copy_Modification, BRepTools_Modification)

} // anonymous namespace

//=======================================================================
//function : BRepBuilderAPI_Copy
//purpose :
Expand Down

0 comments on commit 8c8ccb2

Please sign in to comment.