changed field order in PointerUpdater to prevent constructor warning (in initialization list).

This commit is contained in:
Marco Di Benedetto 2009-07-08 16:12:46 +00:00
parent ec1c94cee2
commit a79d8f9bd8
1 changed files with 1 additions and 1 deletions

View File

@ -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.