mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-26 01:01:00 -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 {
|
||||
public:
|
||||
VFPProperties() = default;
|
||||
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
* Takes *no* ownership of data.
|
||||
|
Loading…
Reference in New Issue
Block a user