Skip to content
Snippets Groups Projects
Commit 05416bc7 authored by Tom Fischer's avatar Tom Fischer
Browse files

AABB removed default template argument.

parent 158f05aa
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include "MathLib/Point3d.h" #include "MathLib/Point3d.h"
#include "MathLib/MathTools.h" #include "MathLib/MathTools.h"
#include "Point.h"
namespace GeoLib namespace GeoLib
{ {
...@@ -50,7 +49,7 @@ namespace GeoLib ...@@ -50,7 +49,7 @@ namespace GeoLib
* @tparam PNT_TYPE a point type supporting accessing the coordinates via * @tparam PNT_TYPE a point type supporting accessing the coordinates via
* operator[] * operator[]
*/ */
template <typename PNT_TYPE = GeoLib::Point> template <typename PNT_TYPE>
class AABB class AABB
{ {
public: public:
......
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