struct -> class

This commit is contained in:
Andreas Fabri 2008-10-14 08:04:25 +00:00
parent a666457d7c
commit a55e0a44e2
1 changed files with 2 additions and 2 deletions

View File

@ -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
// ================= // =================