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