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

    r1295 r1353  
    3535    * @param name the name of the ASCII file or aips++ table
    3636    */
    37   LineCatalog(const std::string& name = "jpl");
     37  explicit LineCatalog(const std::string& name = "jpl");
    3838
    3939  virtual ~LineCatalog() {}
Note: See TracChangeset for help on using the changeset viewer.