diff -r e225719bde6b -r 2d806130e700 lemon/concept/graph.h --- a/lemon/concept/graph.h Thu Jan 26 06:44:22 2006 +0000 +++ b/lemon/concept/graph.h Thu Jan 26 15:42:13 2006 +0000 @@ -42,7 +42,7 @@ public IterableGraphComponent, public MappableGraphComponent { public: - typedef False UndirTag; + typedef False UTag; typedef BaseGraphComponent::Node Node; typedef BaseGraphComponent::Edge Edge; @@ -123,7 +123,7 @@ ///\todo undocumented /// - typedef False UndirTag; + typedef False UTag; /// Defalult constructor.