diff options
Diffstat (limited to 'src/Entities/LeashKnot.h')
-rw-r--r-- | src/Entities/LeashKnot.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |