# HG changeset patch # User marci # Date 1079109428 0 # Node ID 91646df36ffc4dcbce3a67a92d97e7e6d971963f # Parent cd254eed75eb89525e7a45a1e60b63a9e204a713 const diff -r cd254eed75eb -r 91646df36ffc src/work/alpar/emptygraph.h --- a/src/work/alpar/emptygraph.h Fri Mar 12 16:13:44 2004 +0000 +++ b/src/work/alpar/emptygraph.h Fri Mar 12 16:37:08 2004 +0000 @@ -171,8 +171,8 @@ void clear() {} - int nodeNum() { return 0;} - int edgeNum() { return 0;} + int nodeNum() const { return 0;} + int edgeNum() const { return 0;} EmptyGraph() {} EmptyGraph(const EmptyGraph &G) {}