Fix last (untested!) commit: the forward declaration was wrong.

This commit is contained in:
Laurent Rineau 2010-05-22 11:58:44 +00:00
parent 020715ef9c
commit 5c0f14c901
1 changed files with 2 additions and 1 deletions

View File

@ -204,8 +204,9 @@ count_faces(const AS &A, bool verbose)
} }
// forward declaration
template <class AS> template <class AS>
void show_alpha_status(AS&); // forward declaration void show_alpha_status(AS&, const typename AS::Alpha_status&);
template <class AS> template <class AS>
void void