Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/drape
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2018-10-18 11:15:57 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2018-10-18 13:21:37 +0300
commite17cfc16cf7ea3087d6c88d22a21a5fc526326e7 (patch)
tree47ad7fb63ead011aff899913eaaf4993521cd393 /drape
parent51445dc038b21bbeaf28c0cef461770342eb7b1d (diff)
Review fixes
Diffstat (limited to 'drape')
-rw-r--r--drape/drape_tests/gl_functions.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/drape/drape_tests/gl_functions.cpp b/drape/drape_tests/gl_functions.cpp
index 93da5c2afa..357bdf2f46 100644
--- a/drape/drape_tests/gl_functions.cpp
+++ b/drape/drape_tests/gl_functions.cpp
@@ -15,9 +15,9 @@ void GLFunctions::Init(dp::ApiVersion apiVersion)
MOCK_CALL(Init(apiVersion));
}
-void GLFunctions::glFlush()
-{
-}
+void GLFunctions::glFlush() {}
+
+void GLFunctions::glFinish() {}
uint32_t GLFunctions::glGenVertexArray()
{