From 3b03f87070d91f63f0dc3c7152723727781dcccf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 28 Apr 2018 11:52:04 +0200 Subject: Add commands, users side panel, improve image download start using odhtdb --- 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 4d1f528..4bdb4b5 100644 --- a/include/Channel.hpp +++ b/include/Channel.hpp @@ -18,7 +18,7 @@ namespace dchat const std::string& getName() const; void processEvent(const sf::Event &event); - void draw(sf::RenderWindow &window, const sf::Vector2f &position, Cache &cache); + void draw(sf::RenderWindow &window, Cache &cache); private: MessageBoard messageBoard; Chatbar chatbar; -- cgit v1.2.3