From c5fced81faa577a7c9a7916c713fa48b0a8b4b72 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 16 Sep 2022 09:19:42 +0200 Subject: [PATCH] fixed: remove default constructor declaration a class with a reference member cannot be default initialized, so constructor is implicitly deleted. quells a clang warning --- opm/simulators/wells/VFPProperties.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/opm/simulators/wells/VFPProperties.hpp b/opm/simulators/wells/VFPProperties.hpp index ddfb71464..61606b91d 100644 --- a/opm/simulators/wells/VFPProperties.hpp +++ b/opm/simulators/wells/VFPProperties.hpp @@ -38,9 +38,6 @@ class VFPProdTable; */ class VFPProperties { public: - VFPProperties() = default; - - /** * Constructor * Takes *no* ownership of data.