Changeset 1353 for trunk/src/STTcal.h


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

    r856 r1353  
    3131public:
    3232  STTcal() {;}
    33   STTcal(casa::Table tab);
    34   STTcal( const Scantable& parent);
     33  explicit STTcal(casa::Table tab);
     34  explicit STTcal( const Scantable& parent);
    3535
    3636  virtual ~STTcal();
Note: See TracChangeset for help on using the changeset viewer.