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

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