Fixed various warnings

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@803 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-02-18 17:17:01 +00:00
parent 8ccd4b1601
commit 6ba9774194
9 changed files with 24 additions and 27 deletions

View File

@@ -84,7 +84,7 @@ public:
/// Constructor
ModBalancerT( D &_dec )
: BaseModQ( _dec ),
max_level_(0), n_vertices_(0)
max_level_(0), n_roots_(0), n_vertices_(0)
{
BaseModQ::mesh().add_property( level_ );
}