summaryrefslogtreecommitdiff
path: root/main/performance.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/performance.h')
-rw-r--r--main/performance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/performance.h b/main/performance.h
index 5f8d7c0c41..8b5626b681 100644
--- a/main/performance.h
+++ b/main/performance.h
@@ -37,7 +37,7 @@
class Performance : public Object {
- OBJ_TYPE(Performance,Object);
+ GDCLASS(Performance,Object);
static Performance *singleton;
static void _bind_methods();