From 4c392178dac1de9a299beb78989c4e0f3fecade9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 20 May 2018 11:15:15 +0200 Subject: Add image preview and url/image open in browser --- include/Channel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Channel.hpp') diff --git a/include/Channel.hpp b/include/Channel.hpp index 6e944c3..16c2fb3 100644 --- a/include/Channel.hpp +++ b/include/Channel.hpp @@ -55,7 +55,7 @@ namespace dchat void replaceLocalUser(OnlineLocalUser *newOnlineLocalUser); void changeNick(const std::string &newNick); - void processEvent(const sf::Event &event); + void processEvent(const sf::Event &event, Cache &cache); void draw(sf::RenderWindow &window, Cache &cache); static void setCurrent(Channel *channel); -- cgit v1.2.3