Commit 1516a616 authored by Daniil Osokin's avatar Daniil Osokin

fixed one more msvc warning in tbb kmeans

parent cc2d12b3
......@@ -2578,6 +2578,8 @@ public:
}
private:
KMeansDistanceComputer& operator=(const KMeansDistanceComputer&); // to quiet MSVC
double *distances;
int *labels;
const Mat& data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment