From 9ee47e59995f858ec531b3ee467f131594e4ba1f Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 13 Apr 2020 18:38:06 +0200 Subject: Using Super. --- src/Entities/LeashKnot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Entities/LeashKnot.h') diff --git a/src/Entities/LeashKnot.h b/src/Entities/LeashKnot.h index 685dbec5b..8a8d0a45e 100644 --- a/src/Entities/LeashKnot.h +++ b/src/Entities/LeashKnot.h @@ -14,7 +14,7 @@ class cLeashKnot : public cHangingEntity { // tolua_end - using super = cHangingEntity; + using Super = cHangingEntity; public: // tolua_export -- cgit v1.2.3