changed field order in PointerUpdater to prevent constructor warning (in initialization list).
This commit is contained in:
parent
ec1c94cee2
commit
a79d8f9bd8
|
@ -261,8 +261,8 @@ namespace vcg {
|
|||
}
|
||||
bool NeedUpdate() {if(oldBase && newBase!=oldBase && !preventUpdateFlag) return true; else return false;}
|
||||
|
||||
SimplexPointerType oldBase;
|
||||
SimplexPointerType newBase;
|
||||
SimplexPointerType oldBase;
|
||||
SimplexPointerType newEnd;
|
||||
SimplexPointerType oldEnd;
|
||||
bool preventUpdateFlag; /// when true no update is considered necessary.
|
||||
|
|
Loading…
Reference in New Issue