]> git.tdb.fi Git - libs/gl.git/blobdiff - source/font.cpp
Force some c'tors and d'tors to be emitted in the library
[libs/gl.git] / source / font.cpp
index 53e3bd6261c0b11bfdbefc0e46a66adde4054d40..abfe631ef82dae0336bfb49f631023197c7d1b26 100644 (file)
@@ -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;