From 1fc590f37c16e237bc3bccb9fa0852d7badff6a6 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Tue, 24 May 2016 10:22:24 +0200 Subject: [PATCH] [FileIO] GMSHInterface: Make class final. --- FileIO/GMSHInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FileIO/GMSHInterface.h b/FileIO/GMSHInterface.h index 4d216d6326e..3c29b4f7624 100644 --- a/FileIO/GMSHInterface.h +++ b/FileIO/GMSHInterface.h @@ -54,7 +54,7 @@ enum class MeshDensityAlgorithm { /** * \brief Reads and writes GMSH-files to and from OGS data structures. */ -class GMSHInterface : public BaseLib::IO::Writer +class GMSHInterface final : public BaseLib::IO::Writer { public: -- GitLab