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
|
||||
|
||||
struct Cartesian_tag;
|
||||
struct Homogeneous_tag;
|
||||
class Cartesian_tag;
|
||||
class Homogeneous_tag;
|
||||
|
||||
// Class declaration
|
||||
// =================
|
||||
|
|
|
|||
Loading…
Reference in New Issue