diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-18 00:37:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-18 00:37:05 +0300 |
commit | d949db27719aeb5724e03536f7e86721bb78d78e (patch) | |
tree | 7808767bd1a0bf14a22747bafcc1e5790cf91329 /src/resources/atlasmanager.cpp | |
parent | 569f5dc5f7de2ec275ee08c54cede72981be4f62 (diff) | |
download | plus-d949db27719aeb5724e03536f7e86721bb78d78e.tar.gz plus-d949db27719aeb5724e03536f7e86721bb78d78e.tar.bz2 plus-d949db27719aeb5724e03536f7e86721bb78d78e.tar.xz plus-d949db27719aeb5724e03536f7e86721bb78d78e.zip |
add restrict into atlasmanager.
Diffstat (limited to 'src/resources/atlasmanager.cpp')
-rw-r--r-- | src/resources/atlasmanager.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/atlasmanager.cpp b/src/resources/atlasmanager.cpp index 1fe2ff248..f1a67bfe5 100644 --- a/src/resources/atlasmanager.cpp +++ b/src/resources/atlasmanager.cpp @@ -131,9 +131,9 @@ void AtlasManager::loadImages(const StringVect &files, } } -void AtlasManager::simpleSort(const std::string &name, - std::vector<TextureAtlas*> &atlases, - std::vector<Image*> &images, int size) +void AtlasManager::simpleSort(const std::string &restrict name, + std::vector<TextureAtlas*> &restrict atlases, + std::vector<Image*> &restrict images, int size) { int x = 0; int y = 0; |