summaryrefslogtreecommitdiffstats
path: root/scene/resources/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/font.h')
-rw-r--r--scene/resources/font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/resources/font.h b/scene/resources/font.h
index f311796559..397d48cbb0 100644
--- a/scene/resources/font.h
+++ b/scene/resources/font.h
@@ -39,7 +39,7 @@
class Font : public Resource {
- OBJ_TYPE( Font, Resource );
+ GDCLASS( Font, Resource );
protected:
@@ -69,7 +69,7 @@ public:
class BitmapFont : public Font {
- OBJ_TYPE( BitmapFont, Font );
+ GDCLASS( BitmapFont, Font );
RES_BASE_EXTENSION("fnt");
Vector< Ref<Texture> > textures;