Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
issue #8022: Different results on 64 and 32 bit
  • Loading branch information
doxygen committed Sep 11, 2020
1 parent 99ca73d commit 1fda77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doxygen.cpp
Expand Up @@ -164,7 +164,7 @@ DefinesPerFileList Doxygen::macroDefinitions;
bool Doxygen::clangAssistedParsing = FALSE;

// locally accessible globals
static std::unordered_map< std::string, const Entry* > g_classEntries;
static std::map< std::string, const Entry* > g_classEntries;
static StringVector g_inputFiles;
static QDict<void> g_compoundKeywordDict(7); // keywords recognised as compounds
static OutputList *g_outputList = 0; // list of output generating objects
Expand Down

0 comments on commit 1fda77f

Please sign in to comment.