]> git.tdb.fi Git - libs/gl.git/blobdiff - source/objectinstance.h
Style update: add spaces around assignment operators
[libs/gl.git] / source / objectinstance.h
index dbb8c627163562a4cc8211cf41ff8e2086ab2895..61ad55d33ef722400780db5540b63f410eb4133b 100644 (file)
@@ -35,9 +35,7 @@ public:
 
        const Object &get_object() const { return object; }
 
-       virtual bool has_pass(const Tag &tag) const;
-
-       virtual void render(const Tag &tag=Tag()) const;
+       virtual void render(const Tag &tag = Tag()) const;
 
        /**
        Hook function, called from Object just before rendering the mesh.