diff options
Diffstat (limited to 'nxcomp/src/RenderExtension.h')
-rw-r--r-- | nxcomp/src/RenderExtension.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nxcomp/src/RenderExtension.h b/nxcomp/src/RenderExtension.h index aa9db1b55..9b7d4a76d 100644 --- a/nxcomp/src/RenderExtension.h +++ b/nxcomp/src/RenderExtension.h @@ -457,11 +457,11 @@ class RenderMinorExtensionStore : public MinorMessageStore void encodeLongData(EncodeBuffer &encodeBuffer, const unsigned char *buffer, unsigned int offset, unsigned int size, int bigEndian, ChannelCache *channelCache) const; - + void encodeIntData(EncodeBuffer &encodeBuffer, const unsigned char *buffer, unsigned int offset, unsigned int size, int bigEndian, ChannelCache *channelCache) const; - + void encodeCharData(EncodeBuffer &encodeBuffer, const unsigned char *buffer, unsigned int offset, unsigned int size, int bigEndian, ChannelCache *channelCache) const; |