summaryrefslogtreecommitdiff
path: root/src/resources/cursors.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-17 21:34:43 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-17 21:34:43 +0300
commitaaec42df1ea3fbc8ef8cac43c8d0661c633a61c6 (patch)
treeb2fd0758f7309bbe1384111b7390af8a3d6f0031 /src/resources/cursors.h
parentf3f6be9b3f332910ef191f9b96e0dd6121543310 (diff)
downloadplus-aaec42df1ea3fbc8ef8cac43c8d0661c633a61c6.tar.gz
plus-aaec42df1ea3fbc8ef8cac43c8d0661c633a61c6.tar.bz2
plus-aaec42df1ea3fbc8ef8cac43c8d0661c633a61c6.tar.xz
plus-aaec42df1ea3fbc8ef8cac43c8d0661c633a61c6.zip
Fix compilation with old compilers.
Diffstat (limited to 'src/resources/cursors.h')
-rw-r--r--src/resources/cursors.h2
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;