mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: entry: call base constructor
This commit is contained in:
@ -39,12 +39,14 @@ int Foam::entry::disableFunctionEntries
|
||||
|
||||
Foam::entry::entry(const keyType& keyword)
|
||||
:
|
||||
IDLList<entry>::link(),
|
||||
keyword_(keyword)
|
||||
{}
|
||||
|
||||
|
||||
Foam::entry::entry(const entry& e)
|
||||
:
|
||||
IDLList<entry>::link(),
|
||||
keyword_(e.keyword_)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user