From 49685c39895af67d7ffcc50fdc02150b6ee44f72 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 5 Apr 2022 22:01:53 -0400 Subject: fix up a bunch of clang-tidy stuff mostly changing references, which i hope doesnt break stuff with models (TreeRow, iterators) since they gave me some strange problems in the past --- src/components/lazyimage.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/lazyimage.hpp') diff --git a/src/components/lazyimage.hpp b/src/components/lazyimage.hpp index fae69df..4d5a216 100644 --- a/src/components/lazyimage.hpp +++ b/src/components/lazyimage.hpp @@ -5,7 +5,7 @@ class LazyImage : public Gtk::Image { public: LazyImage(int w, int h, bool use_placeholder = true); - LazyImage(const std::string &url, int w, int h, bool use_placeholder = true); + LazyImage(std::string url, int w, int h, bool use_placeholder = true); void SetAnimated(bool is_animated); void SetURL(const std::string &url); -- cgit v1.2.3