Remove extra ';'

This commit is contained in:
Andreas Fabri 2010-05-17 14:05:54 +00:00
parent 06c27978a4
commit 8e47168183
1 changed files with 1 additions and 1 deletions

View File

@ -73,6 +73,6 @@ public:
void set_marked(const bool b) { in_domain=b; }
};
}; // namespace CGAL
} // namespace CGAL
#endif