diff options
Diffstat (limited to 'src/resources/cursors.h')
-rw-r--r-- | src/resources/cursors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/cursors.h b/src/resources/cursors.h index 5f4bb66b1..3a82b1a10 100644 --- a/src/resources/cursors.h +++ b/src/resources/cursors.h @@ -31,6 +31,8 @@ namespace Cursors { struct StrToCursor final { + A_DELETE_COPY(StrToCursor) + std::string str; CursorT cursor; }; |