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

    r1060 r1353  
    5151   * @param stbl
    5252   */
    53   STFiller(casa::CountedPtr< Scantable > stbl);
     53  explicit STFiller(casa::CountedPtr< Scantable > stbl);
    5454
    5555
     
    6060    * @param whichBeam read a specific beam only (default -1 means all beams)
    6161    */
    62   STFiller( const std::string& filename, int whichIF=-1,
     62  explicit STFiller( const std::string& filename, int whichIF=-1,
    6363                  int whichBeam=-1 );
    6464
Note: See TracChangeset for help on using the changeset viewer.