From 1b1a7cea1c6b81438bacc86b93cb80a78430790f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 25 May 2016 19:32:59 +0300 Subject: Change namespace in resources loaders from other to Loader. --- src/gui/windows/npcdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/windows/npcdialog.cpp') diff --git a/src/gui/windows/npcdialog.cpp b/src/gui/windows/npcdialog.cpp index 92a57da43..b4323feb6 100644 --- a/src/gui/windows/npcdialog.cpp +++ b/src/gui/windows/npcdialog.cpp @@ -730,7 +730,7 @@ void NpcDialog::parseListItems(const std::string &itemString) else { mItems.push_back(tmp.substr(pos + 1)); - Image *const img = ImageLoader::getImage(std::string( + Image *const img = Loader::getImage(std::string( path).append(tmp.substr(0, pos)).append(".png")); mImages.push_back(img); } -- cgit v1.2.3-60-g2f50