Export Connetivity and Basekernel to DLL

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@696 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-09-23 15:00:39 +00:00
parent a1340983b1
commit 0a20e0e05c
3 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ namespace OpenMesh {
/// \attention Since the class PolyMeshT derives from a kernel, hence all public
/// elements of %BaseKernel are usable.
class BaseKernel
class OPENMESHDLLEXPORT BaseKernel
{
public: //-------------------------------------------- constructor / destructor

View File

@@ -51,7 +51,7 @@ namespace OpenMesh
/** \brief Connectivity Class for polygonal meshes
*/
class PolyConnectivity : public ArrayKernel
class OPENMESHDLLEXPORT PolyConnectivity : public ArrayKernel
{
public:
/// \name Mesh Handles

View File

@@ -48,7 +48,7 @@ namespace OpenMesh {
/** \brief Connectivity Class for Triangle Meshes
*/
class TriConnectivity : public PolyConnectivity
class OPENMESHDLLEXPORT TriConnectivity : public PolyConnectivity
{
public: