summaryrefslogtreecommitdiff
path: root/src/unittests/resources/map/speciallayer.cc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-28 02:36:11 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-28 02:36:11 +0300
commit28e53f73dff6f889a9eaeb69d19767dfc71afddd (patch)
treed3d638be1ddeb179937aca805c2be95a30ebe445 /src/unittests/resources/map/speciallayer.cc
parent2134c91e8f9793d07206febf22d5310132f3bc7e (diff)
downloadManaVerse-28e53f73dff6f889a9eaeb69d19767dfc71afddd.tar.gz
ManaVerse-28e53f73dff6f889a9eaeb69d19767dfc71afddd.tar.bz2
ManaVerse-28e53f73dff6f889a9eaeb69d19767dfc71afddd.tar.xz
ManaVerse-28e53f73dff6f889a9eaeb69d19767dfc71afddd.zip
Fix unit tests compilation.
Diffstat (limited to 'src/unittests/resources/map/speciallayer.cc')
-rw-r--r--src/unittests/resources/map/speciallayer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittests/resources/map/speciallayer.cc b/src/unittests/resources/map/speciallayer.cc
index 2e72d6e19..ce8714458 100644
--- a/src/unittests/resources/map/speciallayer.cc
+++ b/src/unittests/resources/map/speciallayer.cc
@@ -279,7 +279,7 @@ TEST_CASE("SpecialLayer updateCache", "")
}
delete layer;
- ResourceManager::cleanOrphans();
+ ResourceManager::cleanOrphans(false);
delete2(userPalette);
delete2(theme);
delete2(client);