Fixed cppcheck error regarding missing constructor

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@496 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-01-16 09:31:24 +00:00
parent 66d89e707f
commit f3aa2afb0d
2 changed files with 11 additions and 9 deletions

View File

@@ -82,7 +82,16 @@ namespace OpenMesh {
//== IMPLEMENTATION ==========================================================
VDPMSynthesizerViewerWidget::VDPMSynthesizerViewerWidget(QWidget* _parent, const char* _name)
: MeshViewerWidget(_parent)
{
adaptive_mode_ = true;
}
VDPMSynthesizerViewerWidget::~VDPMSynthesizerViewerWidget()
{
}
void
VDPMSynthesizerViewerWidget::