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

COMP: missing exports for Triplet

parent 3ea7ef42
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ public: ...@@ -50,7 +50,7 @@ public:
/** typdefs **/ /** typdefs **/
typedef std::map<std::string, unsigned long> ClassCountMapType; typedef std::map<std::string, unsigned long> ClassCountMapType;
typedef ClassCountMapType::const_iterator constItMapType; typedef ClassCountMapType::const_iterator constItMapType;
typedef struct Triplet typedef struct OTBSampling_EXPORT Triplet
{ {
unsigned long Required; unsigned long Required;
unsigned long Tot; unsigned long Tot;
......
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