aboutsummaryrefslogtreecommitdiff
path: root/core/undo_redo.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-01-02 23:03:46 -0300
committerJuan Linietsky2017-01-02 23:03:46 -0300
commit118eed485e8f928a5a0dab530ae93211afa10525 (patch)
tree83efb5cbcebb7046e5b64dfe1712475a7d3b7f14 /core/undo_redo.h
parentce26eb74bca48f16e9a34b4eb1c34e50dfc5daae (diff)
downloadgodot-118eed485e8f928a5a0dab530ae93211afa10525.tar.gz
godot-118eed485e8f928a5a0dab530ae93211afa10525.tar.zst
godot-118eed485e8f928a5a0dab530ae93211afa10525.zip
Diffstat (limited to 'core/undo_redo.h')
-rw-r--r--core/undo_redo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/undo_redo.h b/core/undo_redo.h
index cccfc3911..3d14dd9ee 100644
--- a/core/undo_redo.h
+++ b/core/undo_redo.h
@@ -37,7 +37,7 @@
class UndoRedo : public Object {
- OBJ_TYPE(UndoRedo,Object);
+ GDCLASS(UndoRedo,Object);
OBJ_SAVE_TYPE( UndoRedo );
public: