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 f6852f447..aaaf2c758 100644 --- a/src/resources/cursor.h +++ b/src/resources/cursor.h @@ -57,6 +57,6 @@ namespace Cursor }; Cursor stringToCursor(const std::string &name) A_WARN_UNUSED; -} +} // namespace Cursor #endif |