diff options
Diffstat (limited to 'src/resources/cursor.h')
-rw-r--r-- | src/resources/cursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/cursor.h b/src/resources/cursor.h index 021fbf048..e4bfdc025 100644 --- a/src/resources/cursor.h +++ b/src/resources/cursor.h @@ -50,7 +50,7 @@ namespace Cursor CURSOR_TOTAL }; - struct StrToCursor + struct StrToCursor final { std::string str; Cursor cursor; |