From 3ff57559e36d3254c64e334fbe3bdd47398fe16f Mon Sep 17 00:00:00 2001 From: x12xx12x <44411062+12xx12@users.noreply.github.com> Date: Thu, 2 Dec 2021 00:31:10 +0100 Subject: ItemHandler initialisation is a constant expression (#5344) * Transition to non-pointer item handler * That is my destructor - I decide when I leave this world * I declare your destruction private and you final --- src/Items/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Items/CMakeLists.txt') diff --git a/src/Items/CMakeLists.txt b/src/Items/CMakeLists.txt index 0dc7f8365..1e3a05bd0 100644 --- a/src/Items/CMakeLists.txt +++ b/src/Items/CMakeLists.txt @@ -19,6 +19,7 @@ target_sources( ItemCloth.h ItemComparator.h ItemCookedFish.h + ItemDefaultItem.h ItemDoor.h ItemDropSpenser.h ItemDye.h -- cgit v1.2.3