]> git.tdb.fi Git - libs/gl.git/blobdiff - source/text.h
Add a default tag to render functions that were missing it
[libs/gl.git] / source / text.h
index ab1bfe930e8c8dc11509c35b1fc682967ef2e8fd..7bf7956033d28b592e23790992507ad293ccd5f9 100644 (file)
@@ -76,7 +76,7 @@ public:
 
        float get_width() const { return width; }
 
-       virtual void render(Renderer &, const Tag &) const;
+       virtual void render(Renderer &, const Tag & = Tag()) const;
 
        operator const Object &() const { return object; }
 };