Skip to content

Commit

Permalink
COMP: Add missing template export macro to SLICImageFilter
Browse files Browse the repository at this point in the history
Addresses visibility issues when building on macOS / static, e.g. with
the Python wrappings.
  • Loading branch information
thewtex committed Aug 12, 2021
1 parent 8be208e commit c3e4092
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace itk
* \ingroup Segmentation ITKSuperPixel MultiThreading
*/
template <typename TInputImage, typename TOutputImage, typename TDistancePixel = float>
class SLICImageFilter : public ImageToImageFilter<TInputImage, TOutputImage>
class ITK_TEMPLATE_EXPORT SLICImageFilter : public ImageToImageFilter<TInputImage, TOutputImage>
{
public:
ITK_DISALLOW_COPY_AND_MOVE(SLICImageFilter);
Expand Down

0 comments on commit c3e4092

Please sign in to comment.