functionEntry: Simplified the primitiveEntry created when functions are disabled

This commit is contained in:
Henry Weller
2019-08-20 23:36:49 +01:00
parent c5d4d5e17b
commit da52b23f41
3 changed files with 11 additions and 10 deletions

View File

@ -67,8 +67,9 @@ class functionEntry
{
// Private Member Functions
//- Read line as string token
static string readLine(const word& key, Istream& is);
//- Read line as word token
static word readLine(Istream& is);
protected: