Ignore:
Timestamp:
04/26/07 14:55:17 (17 years ago)
Author:
mar637
Message:

added explicit keyword for single arument constructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/RowAccumulator.h

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