summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Utils/CrashTypesSocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/CrashTypesSocket.cpp b/lib/Utils/CrashTypesSocket.cpp
index dccd4b04..dbbc1634 100644
--- a/lib/Utils/CrashTypesSocket.cpp
+++ b/lib/Utils/CrashTypesSocket.cpp
@@ -99,7 +99,7 @@ std::string crash_infos_to_string(const vector_crash_infos_t& pCrashInfos)
return sCI.str();
}
-int get_number_from_string(const std::string& pMessage, int& len)
+static int get_number_from_string(const std::string& pMessage, int& len)
{
std::string sNumber = "";