Skip to content
Snippets Groups Projects
Commit b2041def authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

COMP: moved export macro to left for MSVC compiler.

parent c439a325
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ public:
/** Generic cast method that will be specified for each image type. */
template <class TInputImage, class TOutputImage>
TOutputImage* ITK_ABI_EXPORT CastImage();
ITK_ABI_EXPORT TOutputImage* CastImage();
/** Cast an image to an image of the same type
* Image to Image, VectorImage to VectorImage, RGBAImage to RGBAImage. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment