From a11f4f512aa9bb689742d37b673c86a6950889e5 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 16 May 2003 00:19:51 +0000 Subject: minor fix --- src/FbTk/ImageControl.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/FbTk/ImageControl.hh b/src/FbTk/ImageControl.hh index 81d792c..850e814 100644 --- a/src/FbTk/ImageControl.hh +++ b/src/FbTk/ImageControl.hh @@ -22,13 +22,14 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: ImageControl.hh,v 1.1 2003/01/09 21:09:49 fluxgen Exp $ +// $Id: ImageControl.hh,v 1.2 2003/05/16 00:19:51 fluxgen Exp $ #ifndef FBTK_IMAGECONTROL_HH #define FBTK_IMAGECONTROL_HH #include "Texture.hh" #include "Timer.hh" +#include "NotCopyable.hh" #include #include @@ -37,7 +38,7 @@ namespace FbTk { /// Holds screen info, color tables and caches textures -class ImageControl : public TimeoutHandler { +class ImageControl : public TimeoutHandler, private NotCopyable { public: ImageControl(int screen_num, bool dither = false, int colors_per_channel = 4, unsigned long cache_timeout = 300000l, unsigned long cache_max = 200l); -- cgit v0.11.2