diff options
Diffstat (limited to 'print/cjk-lyx/patches/patch-ak')
-rw-r--r-- | print/cjk-lyx/patches/patch-ak | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/print/cjk-lyx/patches/patch-ak b/print/cjk-lyx/patches/patch-ak index 38b13e9f7a0..ba971a2df35 100644 --- a/print/cjk-lyx/patches/patch-ak +++ b/print/cjk-lyx/patches/patch-ak @@ -1,8 +1,17 @@ -$NetBSD: patch-ak,v 1.1 2006/09/19 23:35:07 joerg Exp $ +$NetBSD: patch-ak,v 1.2 2007/10/13 18:12:40 rillig Exp $ ---- src/graphics/GraphicsConverter.h.orig 2006-09-20 00:55:27.000000000 +0000 -+++ src/graphics/GraphicsConverter.h -@@ -60,7 +60,7 @@ private: +--- src/graphics/GraphicsConverter.h.orig 2002-03-11 22:58:05.000000000 +0000 ++++ src/graphics/GraphicsConverter.h 2007-10-13 15:28:42.000000000 +0000 +@@ -33,6 +33,8 @@ + + namespace grfx { + ++class ConvProcess; ++ + class GConverter : boost::noncopyable { + public: + +@@ -60,7 +62,7 @@ private: /** Make the c-tor private so we can control how many objects * are instantiated. */ @@ -11,7 +20,7 @@ $NetBSD: patch-ak,v 1.1 2006/09/19 23:35:07 joerg Exp $ /** Build the conversion script, returning true if able to build it. * The script is output to the ostringstream 'script'. -@@ -117,6 +117,10 @@ struct ConvProcess : public SigC::Object +@@ -117,6 +119,10 @@ struct ConvProcess : public SigC::Object SignalTypePtr on_finish_; }; |