aboutsummaryrefslogtreecommitdiff
path: root/core/method_bind.h
diff options
context:
space:
mode:
authorJuan Linietsky2015-05-18 10:20:54 -0300
committerJuan Linietsky2015-05-18 10:20:54 -0300
commite323cc050564fdb1b5cf81793d173cbd9483f55a (patch)
treea8355abfbd7d1d096749777d11f9fa753ed50d6e /core/method_bind.h
parent5272853cdc1c37fc545c443370bf87642122f4cc (diff)
downloadgodot-e323cc050564fdb1b5cf81793d173cbd9483f55a.tar.gz
godot-e323cc050564fdb1b5cf81793d173cbd9483f55a.tar.zst
godot-e323cc050564fdb1b5cf81793d173cbd9483f55a.zip
Diffstat (limited to 'core/method_bind.h')
-rw-r--r--core/method_bind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/method_bind.h b/core/method_bind.h
index 49c64bd11..85c1084f8 100644
--- a/core/method_bind.h
+++ b/core/method_bind.h
@@ -298,7 +298,7 @@ MethodBind* create_native_method_bind( Variant (T::*p_method)(const Variant**,in
// tale of an amazing hack.. //
-// if you declare an unexisting class..
+// if you declare an nonexistent class..
class __UnexistingClass;