diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-28 02:36:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-28 02:36:11 +0300 |
commit | 28e53f73dff6f889a9eaeb69d19767dfc71afddd (patch) | |
tree | d3d638be1ddeb179937aca805c2be95a30ebe445 /src/unittests/resources/map/speciallayer.cc | |
parent | 2134c91e8f9793d07206febf22d5310132f3bc7e (diff) | |
download | mv-28e53f73dff6f889a9eaeb69d19767dfc71afddd.tar.gz mv-28e53f73dff6f889a9eaeb69d19767dfc71afddd.tar.bz2 mv-28e53f73dff6f889a9eaeb69d19767dfc71afddd.tar.xz mv-28e53f73dff6f889a9eaeb69d19767dfc71afddd.zip |
Fix unit tests compilation.
Diffstat (limited to 'src/unittests/resources/map/speciallayer.cc')
-rw-r--r-- | src/unittests/resources/map/speciallayer.cc | 2 |
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); |