Skip to content
Snippets Groups Projects
Commit ec03d186 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: missing OTBImageIO_EXPORT macro for class MultiImageFileWriter

parent 709a78ce
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
#include "itkImageBase.h"
#include "itkProcessObject.h"
#include "itkImageIOBase.h"
#include "OTBImageIOExport.h"
#include <boost/shared_ptr.hpp>
......@@ -41,7 +42,7 @@ namespace otb
* is interpreted on the first input to deduce the number of streams. This
* number of streams is then used to split the other inputs.
*/
class MultiImageFileWriter: public itk::ProcessObject
class OTBImageIO_EXPORT MultiImageFileWriter: public itk::ProcessObject
{
public:
/** Standard class typedefs. */
......
......@@ -22,6 +22,7 @@ set(DOCUMENTATION "This module contains classes related to the reading and the
writing of remote sensing images.")
otb_module(OTBImageIO
ENABLE_SHARED
DEPENDS
OTBBoostAdapters
OTBCommon
......
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