X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Ffont.h;h=fe5a9b34d2355b386e2f891be38e2b71df48ff4c;hb=ead146649adf96c50055c5d43cf7ea6e2be08dfd;hp=6f8f35ff1db4be61fc52af060e1daade7ae73496;hpb=1ddd5b2a0c4ab104d90db427af0f24991fc40580;p=libs%2Fgl.git diff --git a/source/font.h b/source/font.h index 6f8f35ff..fe5a9b34 100644 --- a/source/font.h +++ b/source/font.h @@ -58,6 +58,7 @@ private: public: Font(); + ~Font(); void set_texture(const Texture2D &); const Texture2D &get_texture() const;