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

fixed bug #1331

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