summaryrefslogtreecommitdiff
path: root/mbone/vic/patches/patch-aq
blob: d06ac0f6033c22c9281203ff6263adbfccfca969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aq,v 1.1 2002/08/16 16:56:00 agc Exp $

--- color-dither.cc	2002/08/16 16:36:06	1.1
+++ color-dither.cc	2002/08/16 16:37:56
@@ -177,7 +177,7 @@
 protected:
 	DitherColorModel& cm_;
 	virtual void update();
-	virtual void disable() { method_ = PseudoWindowRenderer::dither_null; }
+	virtual void disable() { method_ = &PseudoWindowRenderer::dither_null; }
 	DitherMethod method_;
 	void dither_422(const u_char* frm, u_int off, u_int x,
 			u_int width, u_int height) const;