mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
|
--- color-gray.cc.orig Sun Nov 28 19:21:35 1999
|
||
|
+++ color-gray.cc Sun Nov 28 19:21:47 1999
|
||
|
@@ -82,7 +82,7 @@
|
||
|
}
|
||
|
protected:
|
||
|
virtual void update();
|
||
|
- virtual void disable() { method_ = PseudoWindowRenderer::dither_null; }
|
||
|
+ virtual void disable() { method_ = &PseudoWindowRenderer::dither_null; }
|
||
|
GrayMethod method_;
|
||
|
};
|
||
|
|