Property: dropping isorderrelevant boolean member in favour of bit in the status of the properties
This commit is contained in:
@@ -191,7 +191,7 @@ void PropertyGeometryList::Restore(Base::XMLReader &reader)
|
||||
|
||||
e.ReportException();
|
||||
|
||||
if(isOrderRelevant) {
|
||||
if(isOrderRelevant()) {
|
||||
// Pushes the best try by the Geometry class
|
||||
values.push_back(newG);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user