mirror of https://github.com/CGAL/cgal
Fix last (untested!) commit: the forward declaration was wrong.
This commit is contained in:
parent
020715ef9c
commit
5c0f14c901
|
|
@ -204,8 +204,9 @@ count_faces(const AS &A, bool verbose)
|
|||
|
||||
}
|
||||
|
||||
// forward declaration
|
||||
template <class AS>
|
||||
void show_alpha_status(AS&); // forward declaration
|
||||
void show_alpha_status(AS&, const typename AS::Alpha_status&);
|
||||
|
||||
template <class AS>
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in New Issue