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

    r870 r1353  
    3030public:
    3131  STMolecules() {;}
    32   STMolecules(casa::Table tab);
    33   STMolecules( const Scantable& parent);
     32  explicit STMolecules(casa::Table tab);
     33  explicit STMolecules( const Scantable& parent);
    3434
    3535  virtual ~STMolecules();
Note: See TracChangeset for help on using the changeset viewer.