mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
fixed several gcc 4.1 warnings
This commit is contained in:
@@ -122,8 +122,9 @@ class FLANNException : public std::runtime_error {
|
||||
struct CV_EXPORTS IndexParams {
|
||||
protected:
|
||||
IndexParams(flann_algorithm_t algorithm_) : algorithm(algorithm_) {};
|
||||
|
||||
|
||||
public:
|
||||
virtual ~IndexParams() {}
|
||||
virtual flann_algorithm_t getIndexType() const = 0;
|
||||
|
||||
virtual void print() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user