diff options
Diffstat (limited to 'src/components/lazyimage.hpp')
-rw-r--r-- | src/components/lazyimage.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |