aboutsummaryrefslogtreecommitdiff
path: root/include/Cache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Cache.hpp')
-rw-r--r--include/Cache.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Cache.hpp b/include/Cache.hpp
index 89abe2c..59d997a 100644
--- a/include/Cache.hpp
+++ b/include/Cache.hpp
@@ -24,7 +24,7 @@ namespace dchat
};
// @texture is null if @type is DOWNLOADING or FAILED_DOWNLOAD
- const sf::Texture *texture;
+ sf::Texture *texture;
Type type;
};