minor warning fixed

This commit is contained in:
Alexey Spizhevoy 2010-12-24 13:44:26 +00:00
parent eaf35a8421
commit 86802ec968

View File

@ -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&);
};