diff -r d4e911acef3d -r 70e2886211d5 src/test/sym_graph_test.cc --- a/src/test/sym_graph_test.cc Mon Oct 04 17:13:21 2004 +0000 +++ b/src/test/sym_graph_test.cc Tue Oct 05 09:41:05 2004 +0000 @@ -66,12 +66,14 @@ //Compile SymSmartGraph template void lemon::checkCompileSymGraph(SymSmartGraph &); -template void lemon::checkCompileGraphFindEdge(SymSmartGraph &); +template +void lemon::skeleton::checkCompileGraphFindEdge(SymSmartGraph &); //Compile SymListGraph template void lemon::checkCompileSymGraph(SymListGraph &); template void lemon::checkCompileErasableSymGraph(SymListGraph &); -template void lemon::checkCompileGraphFindEdge(SymListGraph &); +template +void lemon::skeleton::checkCompileGraphFindEdge(SymListGraph &); int main() {