From 75dcbe76239be9774291ec403a6b2d70996dd467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 6 Feb 2017 18:19:09 +0100 Subject: [PATCH] More cppcheck warnings --- Algorithms/DiffGeoT.hh | 2 +- RemesherToolbox.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Algorithms/DiffGeoT.hh b/Algorithms/DiffGeoT.hh index 9997bf6..f41ec49 100644 --- a/Algorithms/DiffGeoT.hh +++ b/Algorithms/DiffGeoT.hh @@ -79,7 +79,7 @@ public: typedef typename Mesh::VertexHandle VertexHandle; - DiffGeoT(Mesh& _mesh); + explicit DiffGeoT(Mesh& _mesh); ~DiffGeoT(); diff --git a/RemesherToolbox.hh b/RemesherToolbox.hh index 6390c96..631e004 100644 --- a/RemesherToolbox.hh +++ b/RemesherToolbox.hh @@ -66,7 +66,7 @@ class RemesherToolBox : public QWidget, public Ui::RemesherTool void showing(); public: - RemesherToolBox(QWidget *parent = 0); + explicit RemesherToolBox(QWidget *parent = 0); protected: void showEvent ( QShowEvent * _event ); -- GitLab