Changeset 2339


Ignore:
Timestamp:
10/18/11 11:01:39 (13 years ago)
Author:
Malte Marquarding
Message:

Ticket #256: somebody forget to copy rowselection in copy contructor/assignment operator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STSelector.cpp

    r1930 r2339  
    3535  poltypes_(other.poltypes_),
    3636  order_(other.order_),
    37   taql_(other.taql_)
     37  taql_(other.taql_),
     38  rowselection_(other.rowselection_)
    3839{
    3940}
     
    4748    this->poltypes_ = other.poltypes_;
    4849    this->order_ = other.order_;
     50    this->rowselection_ = other.rowselection_;
    4951  }
    5052  return *this;
Note: See TracChangeset for help on using the changeset viewer.