Fixed a warning
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@50 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
typedef std::auto_ptr< mod_nf_t > mod_nf_o;
|
||||
|
||||
/// default constructor
|
||||
DecimaterViewerWidget(QWidget* _parent=0, const char* _name=0)
|
||||
DecimaterViewerWidget(QWidget* _parent=0)
|
||||
: MeshViewerWidget(_parent), steps_(1)
|
||||
{
|
||||
timer_ = new QTimer(this);
|
||||
|
||||
@@ -82,7 +82,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
// create widget
|
||||
DecimaterViewerWidget w(0, "Viewer");
|
||||
DecimaterViewerWidget w(0);
|
||||
// app.setMainWidget(&w);
|
||||
|
||||
w.resize(400, 400);
|
||||
|
||||
Reference in New Issue
Block a user