summaryrefslogtreecommitdiff
path: root/src/resources/atlasmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/atlasmanager.cpp')
-rw-r--r--src/resources/atlasmanager.cpp6
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;