Uninitialized members
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@945 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -111,7 +111,10 @@ public:
|
||||
|
||||
/// default constructor
|
||||
DecimaterViewerWidget(QWidget* _parent=0)
|
||||
: MeshViewerWidget(_parent), steps_(1)
|
||||
: MeshViewerWidget(_parent),
|
||||
animate_(false),
|
||||
timer_(0),
|
||||
steps_(1)
|
||||
{
|
||||
timer_ = new QTimer(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user