Skip to content
Snippets Groups Projects
Commit 910a801d authored by Rene Halver's avatar Rene Halver
Browse files

Bugfix for point destructor (removed wrong template)

parent fa645d91
No related branches found
No related tags found
No related merge requests found
Pipeline #222433 passed
......@@ -113,7 +113,7 @@ public:
}
/// destructor
~Point<T>(){};
~Point(){};
// TODO: return values to check if operation was successful?
/// method to change the dimension of the point object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment