diff options
Diffstat (limited to 'src/resources/atlasmanager.h')
-rw-r--r-- | src/resources/atlasmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/atlasmanager.h b/src/resources/atlasmanager.h index 91c269040..83a5ad7de 100644 --- a/src/resources/atlasmanager.h +++ b/src/resources/atlasmanager.h @@ -60,10 +60,10 @@ class AtlasManager final int size); static SDL_Surface *createSDLAtlas(TextureAtlas *const atlas) - A_WARN_UNUSED; + A_WARN_UNUSED A_NONNULL(1); - static void convertAtlas(TextureAtlas *const atlas); + static void convertAtlas(TextureAtlas *const atlas) A_NONNULL(1); }; #endif // USE_OPENGL |