Skip to content

Commit 93cee1c

Browse files
Francois Budinkwrobot
authored andcommitted
Merge topic 'MoreExportWarningsGCC5.1'
7909508 BUG: GCC 5.1 warnings 'type attributes ignored after type is already defined'
2 parents cb0b6bb + 7909508 commit 93cee1c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Modules/Core/SpatialObjects/include/itkSpatialObjectTreeNode.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,14 @@
2424
namespace itk
2525
{
2626

27-
template< unsigned int TDimension >
27+
#ifdef __APPLE__
28+
template< unsigned int VDimension >
2829
class ITK_TEMPLATE_EXPORT SpatialObject;
30+
#else
31+
template< unsigned int VDimension >
32+
class SpatialObject;
33+
#endif
34+
2935

3036
/** \class SpatialObjectTreeNode
3137
* \brief TODO

0 commit comments

Comments
 (0)