From 383c0bf3fa094ca3ea2935220ac9e5746ccf8a3d Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 12 Apr 2015 20:11:47 -0400 Subject: IMAGE: Make the createQuickTimeDitherTable function public Needed for access by QuickTime directly --- image/codecs/codec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'image/codecs') diff --git a/image/codecs/codec.h b/image/codecs/codec.h index 8845754d52..5c072132d3 100644 --- a/image/codecs/codec.h +++ b/image/codecs/codec.h @@ -111,7 +111,6 @@ public: */ virtual void setDither(DitherType type, const byte *palette) {} -protected: /** * Create a dither table, as used by QuickTime codecs. */ -- cgit v1.2.3