COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
01/23/07 14:13:39 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3143
Message:

Correction of the wrong base class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/graph_components.h

    r2260 r2351  
    20572057    /// the graph alterations should handled already on this level.
    20582058    template <typename _Base = BaseUGraphComponent>
    2059     class ClearableUGraphComponent : public ClearableUGraphComponent<_Base> {
     2059    class ClearableUGraphComponent : public ClearableGraphComponent<_Base> {
    20602060    public:
    20612061
     
    20812081    /// on this level.
    20822082    template <typename _Base = BaseUGraphComponent>
    2083     class ClearableBpUGraphComponent
    2084       : public ClearableBpUGraphComponent<_Base> {
     2083    class ClearableBpUGraphComponent : public ClearableUGraphComponent<_Base> {
    20852084    public:
    20862085
Note: See TracChangeset for help on using the changeset viewer.