]> 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 602cbc24d80a50989a4faee48db6e0319bda9cdc..61ad55d33ef722400780db5540b63f410eb4133b 100644 (file)
@@ -35,7 +35,7 @@ public:
 
        const Object &get_object() const { return object; }
 
-       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.