Compile error on Mac, added "this->"
parent
c8daa42348
commit
dda625b2e0
|
@ -90,7 +90,7 @@ public:
|
|||
|
||||
/** Conversion to a standard STL container */
|
||||
operator std::vector<VALUE>() const {
|
||||
return std::vector<VALUE>(begin(), end());
|
||||
return std::vector<VALUE>(this->begin(), this->end());
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue