summaryrefslogtreecommitdiff
path: root/src/being/actor.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/actor.h
parentc551f8981eba838d07245d1597e9deaa00427cee (diff)
downloadManaVerse-1498a699f89f7b5aebdc4629c645c3702ee04f92.tar.gz
ManaVerse-1498a699f89f7b5aebdc4629c645c3702ee04f92.tar.bz2
ManaVerse-1498a699f89f7b5aebdc4629c645c3702ee04f92.tar.xz
ManaVerse-1498a699f89f7b5aebdc4629c645c3702ee04f92.zip
Add A_NONNULL attribute to all parameters with class Graphics.
Diffstat (limited to 'src/being/actor.h')
-rw-r--r--src/being/actor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/actor.h b/src/being/actor.h
index a36c3560e..f76f7ba09 100644
--- a/src/being/actor.h
+++ b/src/being/actor.h
@@ -50,7 +50,8 @@ class Actor notfinal
* partly with the clipping rectangle support.
*/
virtual void draw(Graphics *const graphics,
- const int offsetX, const int offsetY) const = 0;
+ const int offsetX,
+ const int offsetY) const A_NONNULL(2) = 0;
/**
* Returns the horizontal size of the actors graphical representation