Cleanup FrameBufferImage API

This commit is contained in:
Bruno
2021-04-25 00:27:32 +02:00
parent 8336f6a595
commit d371f6ae8e
2 changed files with 3 additions and 3 deletions

View File

@@ -318,7 +318,7 @@ FrameBufferImage::~FrameBufferImage() {
delete rgb;
}
FrameBufferImage::jpegBuffer FrameBufferImage::getJpeg()
FrameBufferImage::jpegBuffer FrameBufferImage::getJpeg() const
{
jpegBuffer jpgimg;