mirror of https://github.com/CGAL/cgal
struct -> class
This commit is contained in:
parent
a666457d7c
commit
a55e0a44e2
|
|
@ -27,8 +27,8 @@
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
struct Cartesian_tag;
|
class Cartesian_tag;
|
||||||
struct Homogeneous_tag;
|
class Homogeneous_tag;
|
||||||
|
|
||||||
// Class declaration
|
// Class declaration
|
||||||
// =================
|
// =================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue