aboutsummaryrefslogtreecommitdiff
path: root/include/dchat/Gif.hpp
diff options
context:
space:
mode:
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: