Changeset 525:ddc405f1d48f in lemon-0.x for src/work/marci
- Timestamp:
- 05/04/04 14:03:04 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@691
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/graph_wrapper.h
r524 r525 466 466 class UndirGraphWrapper : public GraphWrapper<Graph> { 467 467 protected: 468 UndirGraphWrapper() : GraphWrapper<Graph>( 0) { }468 UndirGraphWrapper() : GraphWrapper<Graph>() { } 469 469 470 470 public:
Note: See TracChangeset
for help on using the changeset viewer.