]> git.tdb.fi Git - libs/gl.git/blobdiff - source/font.h
Force some c'tors and d'tors to be emitted in the library
[libs/gl.git] / source / font.h
index 6f8f35ff1db4be61fc52af060e1daade7ae73496..fe5a9b34d2355b386e2f891be38e2b71df48ff4c 100644 (file)
@@ -58,6 +58,7 @@ private:
 
 public:
        Font();
+       ~Font();
 
        void set_texture(const Texture2D &);
        const Texture2D &get_texture() const;