mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0027562: Coding - avoid exporting of inline methods
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
Standard_EXPORT void Add (const gp_XY& thePnt);
|
||||
|
||||
//! Update the box by a point.
|
||||
Standard_EXPORT void Add (const gp_Pnt2d& thePnt);
|
||||
void Add (const gp_Pnt2d& thePnt);
|
||||
|
||||
//! Update the box by another box.
|
||||
void Add (const Bnd_B2d& theBox);
|
||||
|
Reference in New Issue
Block a user