diff options
Diffstat (limited to 'source/3rd-party/Luax/luax_ref.h')
-rw-r--r-- | source/3rd-party/Luax/luax_ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/3rd-party/Luax/luax_ref.h b/source/3rd-party/Luax/luax_ref.h index b7aabe5..d0001f2 100644 --- a/source/3rd-party/Luax/luax_ref.h +++ b/source/3rd-party/Luax/luax_ref.h @@ -14,7 +14,7 @@ namespace Luax { public: - enum + enum RefMode { STRONG_REF, WEAK_REF |