Wrong init order fixed

This commit is contained in:
Jan Möbius
2016-05-11 10:22:28 +02:00
parent c875cac583
commit d0f26a8044

View File

@@ -78,7 +78,7 @@ namespace VDPM {
VHierarchyWindow::
VHierarchyWindow() :
vhierarchy_(NULL), buffer_(NULL),buffer_min_ (0), buffer_max_(0), window_min_(0), window_max_(0), current_pos_(0) , n_shift_(0)
vhierarchy_(NULL), buffer_(NULL),buffer_min_ (0), buffer_max_(0), current_pos_(0) , window_min_(0), window_max_(0), n_shift_(0)
{
}