Changeset 403:4ade9002b3a4 in lemon-0.x for src
- Timestamp:
- 04/26/04 00:29:27 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@534
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/include/skeletons/graph.h
r321 r403 363 363 364 364 /// Defalult constructor. 365 GraphSkeleton() {}365 EraseableGraphSkeleton() {} 366 366 ///Copy consructor. 367 GraphSkeleton(const GraphSkeleton &G) {}367 EraseableGraphSkeleton(const GraphSkeleton &G) {} 368 368 }; 369 369
Note: See TracChangeset
for help on using the changeset viewer.