COMP: typo in entry.H causing regression - fixes #546

This commit is contained in:
Mark Olesen
2017-07-22 23:25:03 +02:00
parent a1742e7ad6
commit 41b40c6c2a

View File

@ -167,7 +167,7 @@ public:
//- Return true if this entry is a dictionary
virtual bool isDict() const
{
return !this->dictPtr();
return this->dictPtr();
}
//- Return pointer to dictionary, if entry is a dictionary.