Missing constructor
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@487 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user