diff --git a/android/jni/com/mapswithme/platform/SocketImpl.cpp b/android/jni/com/mapswithme/platform/SocketImpl.cpp index 79d2b24b93..dc248ac598 100644 --- a/android/jni/com/mapswithme/platform/SocketImpl.cpp +++ b/android/jni/com/mapswithme/platform/SocketImpl.cpp @@ -71,5 +71,5 @@ private: jobject m_self; }; -unique_ptr createSocket() { return make_unique(); } +unique_ptr CreateSocket() { return make_unique(); } }