mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
minor warning fixed
This commit is contained in:
parent
eaf35a8421
commit
86802ec968
@ -102,8 +102,8 @@ public:
|
|||||||
int nume_max;
|
int nume_max;
|
||||||
int nume;
|
int nume;
|
||||||
private:
|
private:
|
||||||
Graph(const Graph&) {}
|
Graph(const Graph&);
|
||||||
Graph operator =(const Graph&) {}
|
void operator =(const Graph&);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user