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…
x
Reference in New Issue
Block a user