summaryrefslogtreecommitdiff
path: root/src/resources/loaders/imageloader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/loaders/imageloader.cpp')
-rw-r--r--src/resources/loaders/imageloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/loaders/imageloader.cpp b/src/resources/loaders/imageloader.cpp
index 2bfba2706..5ae883886 100644
--- a/src/resources/loaders/imageloader.cpp
+++ b/src/resources/loaders/imageloader.cpp
@@ -85,6 +85,6 @@ namespace
Image *Loader::getImage(const std::string &idPath)
{
DyedImageLoader rl = { idPath };
- return static_cast<Image*>(resourceManager->get(idPath,
+ return static_cast<Image*>(ResourceManager::get(idPath,
DyedImageLoader::load, &rl));
}