Commit 32080ece authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed Android build warning

parent 13456c98
......@@ -688,7 +688,7 @@ struct Feature
int y; ///< y offset
int label; ///< Quantization
Feature() {}
Feature() : x(0), y(0), label(0) {}
Feature(int x, int y, int label) : x(x), y(y), label(label) {}
void read(const FileNode& fn);
......
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