head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.4 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.2 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.2.0.38 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.36 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.34 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.32 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.30 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.28 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.26 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.24 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.22 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.20 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.18 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.16 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.14 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.12 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.10 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.8 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.6 pkgsrc-2008Q1:1.2.0.4 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.2 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.1.0.10 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.8 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.6 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.4 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.2 pkgsrc-2006Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2012.03.07.03.21.29; author minskim; state dead; branches; next 1.2; 1.2 date 2007.10.13.18.12.40; author rillig; state Exp; branches; next 1.1; 1.1 date 2006.09.19.23.35.07; author joerg; state Exp; branches; next ; desc @@ 1.3 log @Delete cjk-lyx, which has been merged with editors/lyx. @ text @$NetBSD: patch-ak,v 1.2 2007/10/13 18:12:40 rillig Exp $ --- 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. */ - GConverter() {} + GConverter(); /** Build the conversion script, returning true if able to build it. * The script is output to the ostringstream 'script'. @@@@ -117,6 +119,10 @@@@ struct ConvProcess : public SigC::Object SignalTypePtr on_finish_; }; +inline GConverter::GConverter() +{ +} + } // namespace grfx #endif // GRAPHICSCONVERTER_H @ 1.2 log @Fixed some build problems. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.1 2006/09/19 23:35:07 joerg Exp $ @ 1.1 log @Fix permissive C++ for GCC 3.4+: - move an inline constructor outside of the class, since the friend is not fully declared yet. - template references. - missing include to get full declaration of a class. @ text @d1 1 a1 1 $NetBSD$ d3 12 a14 3 --- src/graphics/GraphicsConverter.h.orig 2006-09-20 00:55:27.000000000 +0000 +++ src/graphics/GraphicsConverter.h @@@@ -60,7 +60,7 @@@@ private: d23 1 a23 1 @@@@ -117,6 +117,10 @@@@ struct ConvProcess : public SigC::Object @