summaryrefslogtreecommitdiff
path: root/src/being/compoundsprite.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-24 01:13:26 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-24 01:13:26 +0300
commit1498a699f89f7b5aebdc4629c645c3702ee04f92 (patch)
tree24d74cc7efc31ba2447c76ad301e3192e38b4cf4 /src/being/compoundsprite.h
parentc551f8981eba838d07245d1597e9deaa00427cee (diff)
downloadplus-1498a699f89f7b5aebdc4629c645c3702ee04f92.tar.gz
plus-1498a699f89f7b5aebdc4629c645c3702ee04f92.tar.bz2
plus-1498a699f89f7b5aebdc4629c645c3702ee04f92.tar.xz
plus-1498a699f89f7b5aebdc4629c645c3702ee04f92.zip
Add A_NONNULL attribute to all parameters with class Graphics.
Diffstat (limited to 'src/being/compoundsprite.h')
-rw-r--r--src/being/compoundsprite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/compoundsprite.h b/src/being/compoundsprite.h
index 3e48ffdf7..25dee6b65 100644
--- a/src/being/compoundsprite.h
+++ b/src/being/compoundsprite.h
@@ -52,7 +52,7 @@ class CompoundSprite notfinal : public Sprite
void draw(Graphics *const graphics,
const int posX,
- const int posY) const override;
+ const int posY) const override A_NONNULL(2);
/**
* Gets the width in pixels of the first sprite in the list.