From 38d3bfe971155bc7b0bdc8a10e059f9479d1eb5d Mon Sep 17 00:00:00 2001 From: JohnJLight Date: Tue, 19 Mar 2019 14:35:57 -0400 Subject: Made use of semicolons more consitent, fixed formatting --- core/bind/core_bind.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/bind/core_bind.h') diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index 2751ff242c..7d0c158f51 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -694,7 +694,7 @@ VARIANT_ENUM_CAST(_Thread::Priority); class _ClassDB : public Object { - GDCLASS(_ClassDB, Object) + GDCLASS(_ClassDB, Object); protected: static void _bind_methods(); @@ -779,7 +779,7 @@ public: class _JSON; class JSONParseResult : public Reference { - GDCLASS(JSONParseResult, Reference) + GDCLASS(JSONParseResult, Reference); friend class _JSON; @@ -807,7 +807,7 @@ public: }; class _JSON : public Object { - GDCLASS(_JSON, Object) + GDCLASS(_JSON, Object); protected: static void _bind_methods(); -- cgit v1.2.3