diff options
Diffstat (limited to 'core/path_remap.h')
-rw-r--r-- | core/path_remap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/path_remap.h b/core/path_remap.h index fc687ee03c..a106030f95 100644 --- a/core/path_remap.h +++ b/core/path_remap.h @@ -36,7 +36,7 @@ class PathRemap : public Object { - OBJ_TYPE(PathRemap,Object); + GDCLASS(PathRemap,Object); static PathRemap* singleton; struct RemapData { |