summaryrefslogtreecommitdiff
path: root/src/mbgl/shader/outline_shader.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-07-05 11:55:20 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-07-07 15:06:59 +0200
commit69c529e26463303dea81a0b5d4b8540a9384d482 (patch)
treea184ef8235a5ac86719be14241bdab42bcf14b0c /src/mbgl/shader/outline_shader.hpp
parente29a15eb5213c9231019958bab82d38e7daf45b1 (diff)
downloadqtlocation-mapboxgl-69c529e26463303dea81a0b5d4b8540a9384d482.tar.gz
[core] move shaders to anon struct and alias them
Diffstat (limited to 'src/mbgl/shader/outline_shader.hpp')
-rw-r--r--src/mbgl/shader/outline_shader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/shader/outline_shader.hpp b/src/mbgl/shader/outline_shader.hpp
index 3eb500d944..5840ad2238 100644
--- a/src/mbgl/shader/outline_shader.hpp
+++ b/src/mbgl/shader/outline_shader.hpp
@@ -8,7 +8,7 @@ namespace mbgl {
class OutlineShader : public Shader {
public:
- OutlineShader(gl::ObjectStore&, bool overdraw = false);
+ OutlineShader(gl::ObjectStore&, Defines defines = None);
void bind(GLbyte *offset) final;