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 4dfeab87c..bf233fc0e 100644 --- a/src/resources/cursors.h +++ b/src/resources/cursors.h @@ -38,6 +38,6 @@ namespace Cursors }; CursorT stringToCursor(const std::string &name) A_WARN_UNUSED; -} // namespace Cursor +} // namespace Cursors #endif // RESOURCES_CURSOR_H |