Missing constructor

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@487 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-01-12 12:09:36 +00:00
parent 32b61e4388
commit 394b3a892f

View File

@@ -120,6 +120,13 @@ public:
connect( timer_, SIGNAL(timeout()), SLOT(animate()) ); connect( timer_, SIGNAL(timeout()), SLOT(animate()) );
} }
DecimaterViewerWidget() :
animate_(false),
timer_(0),
steps_(0)
{
}
/// destructor /// destructor
~DecimaterViewerWidget() ~DecimaterViewerWidget()
{ {