src/test/graph_test.cc
changeset 826 056fbb112b30
parent 800 b70a494b4912
child 873 f3a30fda2e49
     1.1 --- a/src/test/graph_test.cc	Thu Sep 09 07:09:41 2004 +0000
     1.2 +++ b/src/test/graph_test.cc	Thu Sep 09 09:18:41 2004 +0000
     1.3 @@ -58,8 +58,8 @@
     1.4  template void checkCompileGraph<skeleton::GraphSkeleton>
     1.5  (skeleton::GraphSkeleton &);
     1.6  
     1.7 -template void checkCompileErasableGraph<skeleton::EraseableGraphSkeleton>
     1.8 -(skeleton::EraseableGraphSkeleton &);
     1.9 +template void checkCompileErasableGraph<skeleton::ErasableGraphSkeleton>
    1.10 +(skeleton::ErasableGraphSkeleton &);
    1.11  
    1.12  //Compile SmartGraph
    1.13  template void checkCompileGraph<SmartGraph>(SmartGraph &);