Skip to content

Commit

Permalink
Merge topic 'MoreExportWarningsGCC5.1'
Browse files Browse the repository at this point in the history
7909508 BUG: GCC 5.1 warnings 'type attributes ignored after type is already defined'
  • Loading branch information
Francois Budin authored and kwrobot committed May 12, 2017
2 parents cb0b6bb + 7909508 commit 93cee1c
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@
namespace itk
{

template< unsigned int TDimension >
#ifdef __APPLE__
template< unsigned int VDimension >
class ITK_TEMPLATE_EXPORT SpatialObject;
#else
template< unsigned int VDimension >
class SpatialObject;
#endif


/** \class SpatialObjectTreeNode
* \brief TODO
Expand Down

0 comments on commit 93cee1c

Please sign in to comment.