aboutsummaryrefslogtreecommitdiff
path: root/include/UsersSidePanel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/UsersSidePanel.hpp')
-rw-r--r--include/UsersSidePanel.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/UsersSidePanel.hpp b/include/UsersSidePanel.hpp
index 9e48ee6..b76eb5e 100644
--- a/include/UsersSidePanel.hpp
+++ b/include/UsersSidePanel.hpp
@@ -1,16 +1,15 @@
#pragma once
-#include "Cache.hpp"
#include <SFML/Graphics/RenderWindow.hpp>
namespace dchat
{
- class Channel;
+ class Cache;
class UsersSidePanel
{
public:
- static void draw(sf::RenderWindow &window, Cache &cache);
+ static void draw(sf::RenderWindow &window, Cache *cache);
static float getWidth();
};
}