functionEntry: Simplified the primitiveEntry created when functions are disabled
This commit is contained in:
@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user