minor warning fixed
This commit is contained in:
@@ -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&);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user