X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffont.cpp;h=abfe631ef82dae0336bfb49f631023197c7d1b26;hb=ca12f072923156f02b316b72e3b38bdb8cda5ebc;hp=53e3bd6261c0b11bfdbefc0e46a66adde4054d40;hpb=1ddd5b2a0c4ab104d90db427af0f24991fc40580;p=libs%2Fgl.git diff --git a/source/font.cpp b/source/font.cpp index 53e3bd62..abfe631e 100644 --- a/source/font.cpp +++ b/source/font.cpp @@ -18,6 +18,10 @@ Font::Font(): descent(0) { } +// Avoid synthesizing ~RefPtr in files including font.h +Font::~Font() +{ } + void Font::set_texture(const Texture2D &t) { texture = &t;