Commit 86802ec9 authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

minor warning fixed

parent eaf35a84
...@@ -102,8 +102,8 @@ public: ...@@ -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&);
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment