summaryrefslogtreecommitdiff
path: root/multimedia/vic/files/patch-ar
blob: afb6bf05058e87999bd4f6c164d72716e19d2e10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- color-ed.cc.orig	Sun Nov 28 19:18:55 1999
+++ color-ed.cc	Sun Nov 28 19:19:12 1999
@@ -180,7 +180,7 @@
 protected:
 	EDColorModel& cm_;
 	virtual void update();
-	virtual void disable() { method_ = PseudoWindowRenderer::dither_null; }
+	virtual void disable() { method_ = &PseudoWindowRenderer::dither_null; }
 	EDMethod method_;
 	void dither_422(const u_char* frm, u_int off, u_int x,
 			u_int width, u_int height) const;