Changeset 2339
- Timestamp:
- 10/18/11 11:01:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STSelector.cpp
r1930 r2339 35 35 poltypes_(other.poltypes_), 36 36 order_(other.order_), 37 taql_(other.taql_) 37 taql_(other.taql_), 38 rowselection_(other.rowselection_) 38 39 { 39 40 } … … 47 48 this->poltypes_ = other.poltypes_; 48 49 this->order_ = other.order_; 50 this->rowselection_ = other.rowselection_; 49 51 } 50 52 return *this;
Note:
See TracChangeset
for help on using the changeset viewer.