]> git.lyx.org Git - lyx.git/blobdiff - src/support/debug.cpp
Improvements to the shortcuts preference dialog (#9174)
[lyx.git] / src / support / debug.cpp
index f44f7fcdd980e5d8e5fa26cdd00b1502a30f28c9..538b4877600f3cd5d5f6715ff4b97155a71542f7 100644 (file)
@@ -31,14 +31,14 @@ namespace lyx {
 
 namespace {
 
-struct ErrorItem {
+struct DebugErrorItem {
        Debug::Type level;
        char const * name;
        char const * desc;
 };
 
 
-ErrorItem errorTags[] = {
+DebugErrorItem errorTags[] = {
        { Debug::NONE,      "none",      N_("No debugging messages")},
        { Debug::INFO,      "info",      N_("General information")},
        { Debug::INIT,      "init",      N_("Program initialisation")},