Skip to content
Snippets Groups Projects
Commit f4350b53 authored by Ian Prins's avatar Ian Prins
Browse files

fix problem with coord constructor

parent 914d13b1
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
class Coord {
public:
Coord(int, int);
Coord():
Coord();
int& operator[](int);
Coord operator+(const Coord&);
Coord operator-(const Coord&);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment