Skip to content
Snippets Groups Projects
Commit 22e93881 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Fix export of Logger class

parent 02d315af
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
#include "itkLoggerBase.h"
#include "itkLogger.h"
#include "OTBCommonExport.h"
namespace otb {
......@@ -33,7 +34,7 @@ namespace otb {
*
* \ingroup OTBApplicationEngine
*/
class Logger : public itk::Logger
class OTBCommon_EXPORT Logger : public itk::Logger
{
public:
typedef Logger Self;
......
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