Added missing explicit to make cppcheck happy again

This commit is contained in:
Jan Möbius
2018-12-14 11:25:50 +01:00
parent 32379e8772
commit b2da36fcfd

View File

@@ -83,7 +83,7 @@ class MeshViewerWidget : public MeshViewerWidgetT<MyMesh>
public:
/// default constructor
MeshViewerWidget(QWidget* parent=0);
explicit MeshViewerWidget(QWidget* parent=0);
OpenMesh::IO::Options& options() { return _options; }
const OpenMesh::IO::Options& options() const { return _options; }