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