aboutsummaryrefslogtreecommitdiff
path: root/include/Cache.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-04-21 04:17:24 +0200
committerdec05eba <dec05eba@protonmail.com>2018-04-21 04:17:29 +0200
commit424b02609fa34175a4e2aadb95e68b3c9c8dc93c (patch)
treec6312f04ea70a483fec9e76dcef8ae3ffa5e6424 /include/Cache.hpp
parent09a8ade6becca2a71f45ff0db5f4bf6d64afb212 (diff)
Fix emoji async download drawing
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;
};