Skip to content
Snippets Groups Projects
Commit 25a88546 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

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

parent c2db86f0
Branches
Tags
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment