Skip to content
Snippets Groups Projects
Commit fd3bf036 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

BUG: dllimport should not be used in function definition

parent ce7426ae
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ public:
};
template <unsigned int VDim>
OTBMetadata_EXPORT bool operator==(const LUT<VDim> & lhs, const LUT<VDim> & rhs)
bool operator==(const LUT<VDim> & lhs, const LUT<VDim> & rhs)
{
bool axisComparison = true;
for (unsigned int i = 0; i < VDim; i++)
......
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