Changeset 798:6d1abeb62dd3 in lemon-0.x for src/hugo/full_graph.h
- Timestamp:
- 09/03/04 17:11:17 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1092
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/full_graph.h
r782 r798 14 14 15 15 #include <hugo/map_registry.h> 16 #include <hugo/ array_map_factory.h>16 #include <hugo/default_map_factory.h> 17 17 18 18 namespace hugo { … … 49 49 50 50 CREATE_MAP_REGISTRIES; 51 CREATE_MAPS( ArrayMapFactory);51 CREATE_MAPS(DefaultMapFactory); 52 52 53 53 public:
Note: See TracChangeset
for help on using the changeset viewer.