summaryrefslogtreecommitdiff
path: root/src/render/softwaregraphicsdef.hpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-25 01:53:38 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-25 01:53:38 +0300
commit953949fa4a61b2c9c4e53ccea2c2f7b28f79e62d (patch)
treecdbcddc0713a61695d355aa65c93a0ae8477bd29 /src/render/softwaregraphicsdef.hpp
parent22e43e0f0d16fc207e3d3b7df013c50e0bfb17d7 (diff)
downloadplus-953949fa4a61b2c9c4e53ccea2c2f7b28f79e62d.tar.gz
plus-953949fa4a61b2c9c4e53ccea2c2f7b28f79e62d.tar.bz2
plus-953949fa4a61b2c9c4e53ccea2c2f7b28f79e62d.tar.xz
plus-953949fa4a61b2c9c4e53ccea2c2f7b28f79e62d.zip
Add restrict keyword in softwaregraphicsdef.hpp
Diffstat (limited to 'src/render/softwaregraphicsdef.hpp')
-rw-r--r--src/render/softwaregraphicsdef.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/softwaregraphicsdef.hpp b/src/render/softwaregraphicsdef.hpp
index 5f9cfad28..598b03266 100644
--- a/src/render/softwaregraphicsdef.hpp
+++ b/src/render/softwaregraphicsdef.hpp
@@ -21,5 +21,5 @@
*/
public:
- void calcTileSDL(ImageVertexes *const vert,
- int x, int y) const override final;
+ void calcTileSDL(ImageVertexes *restrict const vert,
+ int x, int y) const restrict2 override final;