summaryrefslogtreecommitdiffstats
path: root/Object.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-18 17:41:49 +1000
committerNathan Scott <nathans@redhat.com>2020-08-18 17:41:49 +1000
commit7ac1c709b727bd460889f2765db9e2a37535ef90 (patch)
tree02a76cefab54370e77dbeb9888f5f223d7515eb0 /Object.h
parent579995c7c2385b844d81b2508710dcbbe9b0d64f (diff)
Re-generate all headers with latest scripts/MakeHeader.py
Sync-up missing extern declarations for many functions.
Diffstat (limited to 'Object.h')
-rw-r--r--Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Object.h b/Object.h
index 19a667c8..bcf2c481 100644
--- a/Object.h
+++ b/Object.h
@@ -46,7 +46,7 @@ extern ObjectClass Object_class;
#ifdef DEBUG
-bool Object_isA(Object* o, const ObjectClass* klass);
+extern bool Object_isA(Object* o, const ObjectClass* klass);
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy