Changeset 1385


Ignore:
Timestamp:
07/13/07 12:09:58 (17 years ago)
Author:
mar637
Message:

a couple more explicit keywords for constructors deafaulting to one argument

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r1375 r1385  
    7878   * @param[in] name the name of the existing Scantable
    7979   */
    80   Scantable(const std::string& name, casa::Table::TableType ttype = casa::Table::Memory);
     80  explicit Scantable(const std::string& name, casa::Table::TableType ttype = casa::Table::Memory);
    8181
    8282  /// @fixme this is only sensible for MemoryTables....
  • trunk/src/ScantableWrapper.h

    r1360 r1385  
    3636
    3737public:
    38   ScantableWrapper( const std::string& name,
     38  explicit ScantableWrapper( const std::string& name,
    3939                    int type=0)
    4040  {
Note: See TracChangeset for help on using the changeset viewer.