diff options
Diffstat (limited to 'src/resources/npcinventoryinfo.h')
-rw-r--r-- | src/resources/npcinventoryinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/npcinventoryinfo.h b/src/resources/npcinventoryinfo.h index 61b81a75f..93061abb5 100644 --- a/src/resources/npcinventoryinfo.h +++ b/src/resources/npcinventoryinfo.h @@ -33,6 +33,8 @@ struct NpcInventoryInfo final { } + A_DELETE_COPY(NpcInventoryInfo) + std::string cell; int columns; }; |