From 0d8293a5647c2bb10228658f0910515b38ff0d64 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 21 Oct 2020 21:32:51 +0200 Subject: Workaround sfml image loading thread race condition See: https://github.com/SFML/SFML/issues/1711 Also some other smaller changes --- plugins/Page.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Page.hpp') diff --git a/plugins/Page.hpp b/plugins/Page.hpp index fb828fb..f65cd21 100644 --- a/plugins/Page.hpp +++ b/plugins/Page.hpp @@ -41,7 +41,7 @@ namespace QuickMedia { bool load_manga_content_storage(const char *service_name, const std::string &manga_title, const std::string &manga_id); - virtual sf::Vector2i get_max_thumbnail_size() { return sf::Vector2i(480, 360); }; + virtual sf::Vector2i get_thumbnail_max_size() { return sf::Vector2i(480, 360); }; Program *program; }; -- cgit v1.2.3