COMP: entry: call base constructor

This commit is contained in:
mattijs
2011-07-13 16:38:41 +01:00
parent 776ae0a6a5
commit 0f82d2ce07

View File

@ -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_)
{}