src/test/sym_graph_test.cc
changeset 938 70e2886211d5
parent 937 d4e911acef3d
child 959 c80ef5912903
     1.1 --- a/src/test/sym_graph_test.cc	Mon Oct 04 17:13:21 2004 +0000
     1.2 +++ b/src/test/sym_graph_test.cc	Tue Oct 05 09:41:05 2004 +0000
     1.3 @@ -66,12 +66,14 @@
     1.4  
     1.5  //Compile SymSmartGraph
     1.6  template void lemon::checkCompileSymGraph<SymSmartGraph>(SymSmartGraph &);
     1.7 -template void lemon::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
     1.8 +template
     1.9 +void lemon::skeleton::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
    1.10  
    1.11  //Compile SymListGraph
    1.12  template void lemon::checkCompileSymGraph<SymListGraph>(SymListGraph &);
    1.13  template void lemon::checkCompileErasableSymGraph<SymListGraph>(SymListGraph &);
    1.14 -template void lemon::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
    1.15 +template
    1.16 +void lemon::skeleton::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
    1.17  
    1.18  int main() 
    1.19  {