]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pipeline.h
Style update: add spaces around assignment operators
[libs/gl.git] / source / pipeline.h
index 592c3caebebccd7d986250a8c5cc4f440880a9f6..5da9a7b32141035b891191c027ff146b108fd824 100644 (file)
@@ -54,7 +54,7 @@ public:
        void add_effect(Effect &);
        void add_postprocessor(PostProcessor &);
 
-       virtual void render(const Tag &tag=Tag()) const;
+       virtual void render(const Tag &tag = Tag()) const;
        void render_all() const;
 };