Ignore:
Timestamp:
06/29/09 12:00:27 (15 years ago)
Author:
Malte Marquarding
Message:

Fix enum problem with WeightType? enum value already defined somewhere by adding W_ prefix. ALso removed enums which are no longer in use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/RowAccumulator.h

    r1398 r1569  
    3333   * Constructor taking a weight type as defined in @ref STDefs
    3434   */
    35   explicit RowAccumulator(WeightType wt = asap::NONE);
     35  explicit RowAccumulator(WeightType wt = asap::W_NONE);
    3636
    3737 ~RowAccumulator();
Note: See TracChangeset for help on using the changeset viewer.