diff options
Diffstat (limited to 'tools/editor/call_dialog.h')
-rw-r--r-- | tools/editor/call_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/call_dialog.h b/tools/editor/call_dialog.h index d6c3928122..928ee74567 100644 --- a/tools/editor/call_dialog.h +++ b/tools/editor/call_dialog.h @@ -44,7 +44,7 @@ class CallDialogParams; class CallDialog : public Popup { - OBJ_TYPE( CallDialog, Popup ); + GDCLASS( CallDialog, Popup ); Label* method_label; |