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

    r872 r1353  
    2727//#                        AUSTRALIA
    2828//#
    29 //# $Id:$
     29//# $Id$
    3030//#---------------------------------------------------------------------------
    3131#ifndef STFILLERWRAPPER_H
     
    4242public:
    4343  STFillerWrapper() {;}
    44   STFillerWrapper(const std::string& filename, int ifSel=-1, int beamSel=-1) :
     44  explicit STFillerWrapper(const std::string& filename, int ifSel=-1, int beamSel=-1) :
    4545     STFiller(filename, ifSel, beamSel) {;}
    46   STFillerWrapper(ScantableWrapper tbl) :
     46  explicit STFillerWrapper(ScantableWrapper tbl) :
    4747    STFiller(tbl.getCP()){;}
    4848  ScantableWrapper getScantable() const {
Note: See TracChangeset for help on using the changeset viewer.