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
diff options
context:
space:
mode:
Diffstat (limited to 'drape/glstate.hpp')
-rw-r--r--drape/glstate.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape/glstate.hpp b/drape/glstate.hpp
index 93b0c47647..95f0688323 100644
--- a/drape/glstate.hpp
+++ b/drape/glstate.hpp
@@ -32,4 +32,4 @@ private:
vector<UniformValue> m_uniforms;
};
-void ApplyState(GLState state, WeakPointer<GpuProgram> program);
+void ApplyState(GLState state, ReferencePoiner<GpuProgram> program);