diff options
Diffstat (limited to 'src/resources/npctextinfo.h')
-rw-r--r-- | src/resources/npctextinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/npctextinfo.h b/src/resources/npctextinfo.h index 009d7189a..8312d80e0 100644 --- a/src/resources/npctextinfo.h +++ b/src/resources/npctextinfo.h @@ -36,6 +36,8 @@ struct NpcTextInfo final { } + A_DELETE_COPY(NpcTextInfo) + std::string text; int x; int y; |