mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: remove default constructor declaration
a class with a reference member cannot be default initialized, so constructor is implicitly deleted. quells a clang warning
This commit is contained in:
parent
42ef6ed9de
commit
c5fced81fa
@ -38,9 +38,6 @@ class VFPProdTable;
|
|||||||
*/
|
*/
|
||||||
class VFPProperties {
|
class VFPProperties {
|
||||||
public:
|
public:
|
||||||
VFPProperties() = default;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
* Takes *no* ownership of data.
|
* Takes *no* ownership of data.
|
||||||
|
Loading…
Reference in New Issue
Block a user