diff --git a/src/plugins/projectexplorer/kitmanager.cpp b/src/plugins/projectexplorer/kitmanager.cpp index 948295a2fe2..666e0169fd9 100644 --- a/src/plugins/projectexplorer/kitmanager.cpp +++ b/src/plugins/projectexplorer/kitmanager.cpp @@ -268,7 +268,7 @@ static bool isLoaded() return d->m_initialized; } -bool greaterPriority(KitInformation *a, KitInformation *b) +static bool greaterPriority(KitInformation *a, KitInformation *b) { return a->priority() > b->priority(); }