From d4399dd8fc3dcbec0b1bc2b4c074682dc951eb88 Mon Sep 17 00:00:00 2001 From: Qiuzhizhe <42761326+quizhizhe@users.noreply.github.com> Date: Fri, 28 Oct 2022 09:50:43 -0700 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA=E8=AD=A6?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LiteLoader/Header/MC/ListTag.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LiteLoader/Header/MC/ListTag.hpp b/LiteLoader/Header/MC/ListTag.hpp index f8438d6..fc57a09 100644 --- a/LiteLoader/Header/MC/ListTag.hpp +++ b/LiteLoader/Header/MC/ListTag.hpp @@ -49,7 +49,7 @@ public: LIAPI std::vector::const_iterator begin() const; LIAPI std::vector::const_iterator end() const; - inline int size() const{ + inline size_t size() const{ return this->val.size(); };