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

COMP: Fix export of Logger class

parent 53501092
No related branches found
No related tags found
1 merge request!20Refactor logging for the whole library
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include "itkLoggerBase.h" #include "itkLoggerBase.h"
#include "itkLogger.h" #include "itkLogger.h"
#include "OTBCommonExport.h"
namespace otb { namespace otb {
...@@ -33,7 +34,7 @@ namespace otb { ...@@ -33,7 +34,7 @@ namespace otb {
* *
* \ingroup OTBApplicationEngine * \ingroup OTBApplicationEngine
*/ */
class Logger : public itk::Logger class OTBCommon_EXPORT Logger : public itk::Logger
{ {
public: public:
typedef Logger Self; 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