Commit 1e647922 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed bug #1331

parent 282c3044
......@@ -54,8 +54,6 @@ namespace cv
namespace flann
{
using namespace cvflann;
struct CV_EXPORTS IndexParams
{
IndexParams();
......
......@@ -13,6 +13,8 @@ namespace cv
namespace flann
{
using namespace cvflann;
IndexParams::IndexParams()
{
params = new ::cvflann::IndexParams();
......
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