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

    r995 r1353  
    4545  //STWriterWrapper() {;}
    4646  virtual ~STWriterWrapper() {;}
    47   STWriterWrapper(const string& format = "SDFITS") : STWriter(format) {;}
     47  explicit STWriterWrapper(const string& format = "SDFITS") : STWriter(format) {;}
    4848
    4949  casa::Int write(const ScantableWrapper& table, const string &filename) {
Note: See TracChangeset for help on using the changeset viewer.