提交 32080ece 编写于 作者: A Andrey Kamaev

Fixed Android build warning

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册