summaryrefslogtreecommitdiffstats
path: root/src/htmlentity.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-02-15 15:54:50 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-02-15 15:54:50 (GMT)
commitd96458ce99b92590a8fec0aba46c67b6816fa632 (patch)
tree2cd1448d03dc50ee48f10d5c6d27e5afd3298d80 /src/htmlentity.cpp
parente236824a291b77d500bdd2b91a4ea1ad29c65b5c (diff)
downloadDoxygen-d96458ce99b92590a8fec0aba46c67b6816fa632.zip
Doxygen-d96458ce99b92590a8fec0aba46c67b6816fa632.tar.gz
Doxygen-d96458ce99b92590a8fec0aba46c67b6816fa632.tar.bz2
Add validation of internal consistency to html entity mapper
Diffstat (limited to 'src/htmlentity.cpp')
-rw-r--r--src/htmlentity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htmlentity.cpp b/src/htmlentity.cpp
index c7ff1da..9f83991 100644
--- a/src/htmlentity.cpp
+++ b/src/htmlentity.cpp
@@ -326,6 +326,7 @@ HtmlEntityMapper::HtmlEntityMapper()
{
m_name2sym->insert(g_htmlEntities[i].item,new int(g_htmlEntities[i].symb));
}
+ validate();
}
HtmlEntityMapper::~HtmlEntityMapper()