summaryrefslogtreecommitdiffstats
path: root/scene/gui/texture_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/texture_frame.h')
-rw-r--r--scene/gui/texture_frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/texture_frame.h b/scene/gui/texture_frame.h
index bfd0ff0c20..47a653a117 100644
--- a/scene/gui/texture_frame.h
+++ b/scene/gui/texture_frame.h
@@ -35,7 +35,7 @@
*/
class TextureFrame : public Control {
- OBJ_TYPE(TextureFrame,Control);
+ GDCLASS(TextureFrame,Control);
public:
enum StretchMode {
STRETCH_SCALE_ON_EXPAND, //default, for backwards compatibility