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

    r957 r1353  
    3030public:
    3131  STFocus() {;}
    32   STFocus(casa::Table tab);
    33   STFocus( const Scantable& parent );
     32  explicit STFocus(casa::Table tab);
     33  explicit STFocus( const Scantable& parent );
    3434
    3535  virtual ~STFocus();
Note: See TracChangeset for help on using the changeset viewer.