head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.4 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.2 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 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.4 date 2012.03.07.03.21.29; author minskim; state dead; branches; next 1.3; 1.3 date 2011.12.29.16.35.42; author joerg; state Exp; 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.4 log @Delete cjk-lyx, which has been merged with editors/lyx. @ text @$NetBSD: patch-am,v 1.3 2011/12/29 16:35:42 joerg Exp $ --- src/frontends/controllers/ControlInset.tmpl.orig 2002-01-16 14:47:57.000000000 +0000 +++ src/frontends/controllers/ControlInset.tmpl 2007-10-13 16:02:27.000000000 +0000 @@@@ -10,9 +10,14 @@@@ * instantiated if this file is #included in the derived classes' .C file. */ +#ifndef CONTROLINSET_TMPL +#define CONTROLINSET_TMPL + +#include "LyXView.h" #include "ControlInset.h" #include "support/LAssert.h" #include "debug.h" +#include "buffer.h" template @@@@ -183,3 +188,5 @@@@ void ControlInset::connec } connect(); } + +#endif @ 1.3 log @Just make the template implementation availabe all the time. C++ compilers are supposed to know how to use COMDAT. @ text @d1 1 a1 1 $NetBSD: patch-am,v 1.2 2007/10/13 18:12:40 rillig Exp $ @ 1.2 log @Fixed some build problems. @ text @d1 1 a1 1 $NetBSD: patch-am,v 1.1 2006/09/19 23:35:07 joerg Exp $ d5 1 a5 1 @@@@ -10,9 +10,11 @@@@ d9 3 d20 6 @ 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 3 a5 3 --- src/frontends/controllers/ControlInset.tmpl.orig 2006-09-20 01:05:11.000000000 +0000 +++ src/frontends/controllers/ControlInset.tmpl @@@@ -10,6 +10,7 @@@@ d13 4 @