fixed #841
authorMaria Dimashova <no@email>
Mon, 31 Jan 2011 15:16:40 +0000 (15:16 +0000)
committerMaria Dimashova <no@email>
Mon, 31 Jan 2011 15:16:40 +0000 (15:16 +0000)
modules/flann/include/opencv2/flann/flann.hpp

index aecb584..642b17b 100644 (file)
@@ -94,7 +94,7 @@ public:
 
        int size() const { return nnIndex->size(); }
 
-       const IndexParams* getIndexParameters() { return nnIndex->getParameters(); }
+       const IndexParams* getIndexParameters() { return nnIndex->getIndexParameters(); }
 
 };