Skip to content
Snippets Groups Projects
Commit e6d362ac authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

COMP: fix compilation error on windows

parent d799ec02
No related branches found
No related tags found
1 merge request!24Handle extended filename for DataSource class
......@@ -56,7 +56,7 @@ public:
itkGetStringMacro(ExtendedFileName);
itkGetStringMacro(SimpleFileName);
struct GenericBandRange : std::pair<int,int>
struct OTBCommon_EXPORT GenericBandRange : std::pair<int,int>
{
GenericBandRange() {}
......
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