Changeset 2850 in Sophya for trunk/SophyaLib/HiStats/basedtable.h
- Timestamp:
- Nov 21, 2005, 12:20:52 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/basedtable.h
r2849 r2850 30 30 public: 31 31 //! Constructor - For use by BaseDataTable class 32 DataTableRow( vector<string> & colnames );32 DataTableRow( vector<string> const & colnames ); 33 33 //! Copy constructor 34 34 DataTableRow( DataTableRow const & a );
Note:
See TracChangeset
for help on using the changeset viewer.