Skip to content
Snippets Groups Projects

Fixed Build without OpenVolumeMesh (Thanks to Matthias Moeller for the patch)

Merged Jan Möbius requested to merge build_without_OVM into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -51,7 +51,10 @@
#include "PropertyModelFactory.hh"
#include "OpenMesh/OMPropertyModel.hh"
#ifdef ENABLE_OPENVOLUMEMESH
#include "OpenVolumeMesh/OVMPropertyModelT.hh"
#endif
MultiObjectPropertyModel::MultiObjectPropertyModel(const QStringList& res, QObject *parent) :
PropertyModel(parent), restriction(res), datatypes(supportedDataTypes()), widget(0)
Loading