Changeset 1353 for trunk/src/STWeather.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/STWeather.h

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