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/STFrequencies.h

    r921 r1353  
    3232public:
    3333  STFrequencies() {;}
    34   STFrequencies(casa::Table tab);
    35   STFrequencies(const Scantable& parent);
     34  explicit STFrequencies(casa::Table tab);
     35  explicit STFrequencies(const Scantable& parent);
    3636
    3737  virtual ~STFrequencies();
Note: See TracChangeset for help on using the changeset viewer.