diff -r 42188c7ea2d9 -r 82f11024044a Orb/Doxygen/src/xmlditaelementprefix.h --- a/Orb/Doxygen/src/xmlditaelementprefix.h Thu Jan 21 17:29:01 2010 +0000 +++ b/Orb/Doxygen/src/xmlditaelementprefix.h Thu Mar 18 18:26:18 2010 +0000 @@ -20,6 +20,7 @@ #include "filedef.h" #include #include +#include /** Class that handles mappings between file name extensions and the source code language. This also handles mappings from source code language @@ -59,6 +60,7 @@ QDict m_extToLang; QDict m_langToPrefix; QDict m_langToDoctypeOwner; + QString m_defaultLanguage; private: QString capFirstLetter(const QString& in) const; QString doctypeStr(const Definition *d, const QString &ePref, const QString& sInsert);