From dee317c26d1f3816ad6a0e8c4cde1a4cd43f3424 Mon Sep 17 00:00:00 2001 From: OEOTYAN Date: Mon, 12 Feb 2024 01:41:44 +0800 Subject: [PATCH] feat: update bdslibrary version --- src/mc/nbt/IntArrayTag.h | 4 ++-- xmake.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mc/nbt/IntArrayTag.h b/src/mc/nbt/IntArrayTag.h index 8ba28faebb..dcb0863fdc 100644 --- a/src/mc/nbt/IntArrayTag.h +++ b/src/mc/nbt/IntArrayTag.h @@ -23,8 +23,8 @@ class IntArrayTag : public ::Tag { public: // NOLINTBEGIN - // vIndex: 0, symbol: ??1IntArrayTag@@UEAA@XZ - virtual ~IntArrayTag(); + // vIndex: 0, symbol: __gen_??1IntArrayTag@@UEAA@XZ + virtual ~IntArrayTag() = default; // vIndex: 2, symbol: ?write@IntArrayTag@@UEBAXAEAVIDataOutput@@@Z virtual void write(class IDataOutput& dos) const; diff --git a/xmake.lua b/xmake.lua index 209e0ca102..836514e3ad 100644 --- a/xmake.lua +++ b/xmake.lua @@ -30,7 +30,7 @@ end if has_config("localbdslibrary") then add_requires("localbdslibrary") else - add_requires("bdslibrary 1.20.50.03") + add_requires("bdslibrary 1.20.61.01") end if not has_config("vs_runtime") then