summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Language.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/Language.cpp')
-rw-r--r--lldb/source/Core/Language.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Language.cpp b/lldb/source/Core/Language.cpp
index b209d186f28..add2a22d66c 100644
--- a/lldb/source/Core/Language.cpp
+++ b/lldb/source/Core/Language.cpp
@@ -48,7 +48,7 @@ g_languages[] =
{ { "python" , NULL , "Python" } }
};
-static const uint32_t
+static const size_t
g_num_languages = sizeof(g_languages)/sizeof(LanguageStrings);
Language::Language(Language::Type language) :
OpenPOWER on IntegriCloud