Fixed a warning

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@50 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-02-09 12:39:44 +00:00
parent 26cc1a1674
commit dbec1cddf6
2 changed files with 2 additions and 2 deletions

View File

@@ -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);