src/hugo/full_graph.h
changeset 798 6d1abeb62dd3
parent 782 df2e45e09652
child 813 65144c52969c
     1.1 --- a/src/hugo/full_graph.h	Fri Sep 03 14:26:03 2004 +0000
     1.2 +++ b/src/hugo/full_graph.h	Fri Sep 03 15:11:17 2004 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4  #include <hugo/invalid.h>
     1.5  
     1.6  #include <hugo/map_registry.h>
     1.7 -#include <hugo/array_map_factory.h>
     1.8 +#include <hugo/default_map_factory.h>
     1.9  
    1.10  namespace hugo {
    1.11  
    1.12 @@ -48,7 +48,7 @@
    1.13      class InEdgeIt;
    1.14      
    1.15      CREATE_MAP_REGISTRIES;
    1.16 -    CREATE_MAPS(ArrayMapFactory);
    1.17 +    CREATE_MAPS(DefaultMapFactory);
    1.18      
    1.19    public:
    1.20