aboutsummaryrefslogtreecommitdiff
path: root/include/dchat/Gif.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-04-07 17:15:42 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:38:23 +0200
commit983be4253f2ea3827d78db97afcc666664ae75ed (patch)
tree058174a46ebe3eac15467f0c9f2d0ca58cecdb2d /include/dchat/Gif.hpp
parent18c27df9d7efe087c9196b46a47867af9a111b3e (diff)
Update cache signature, update odhtdb
Diffstat (limited to 'include/dchat/Gif.hpp')
-rw-r--r--include/dchat/Gif.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dchat/Gif.hpp b/include/dchat/Gif.hpp
index c870d1c..b7d2efb 100644
--- a/include/dchat/Gif.hpp
+++ b/include/dchat/Gif.hpp
@@ -35,7 +35,7 @@ namespace dchat
static bool isDataGif(const StringView &data);
protected:
// Return false if texture creation failed
- virtual bool createTexture(int width, int height) = 0;
+ virtual bool createTexture() = 0;
// Size of texture data is same as the size that the texture was created with (also same size returned by @getSize function)
virtual void updateTexture(void *textureData) = 0;
private: