rgh...@lyx.org wrote:
> Author: rgheck
> Date: Wed Mar 31 21:17:06 2010
> New Revision: 33975
> URL: http://www.lyx.org/trac/changeset/33975
> 
> Log:
> Change semantics of two-arg htmlize to make more consistent with other
> functions.
> 
> Modified:
>    lyx-devel/trunk/src/mathed/InsetMathGrid.cpp
>    lyx-devel/trunk/src/mathed/InsetMathMatrix.h
> 
> Modified: lyx-devel/trunk/src/mathed/InsetMathMatrix.h
> ==============================================================================
> --- lyx-devel/trunk/src/mathed/InsetMathMatrix.h      Wed Mar 31 21:09:05 
> 2010        (r33974)
> +++ lyx-devel/trunk/src/mathed/InsetMathMatrix.h      Wed Mar 31 21:17:06 
> 2010        (r33975)
> @@ -42,6 +42,8 @@
>       ///
>       void mathmlize(MathStream &) const;
>       ///
> +     void htmlize(HtmlStream &) const;
> +     ///
>       void octave(OctaveStream &) const;
>       ///
>       InsetCode lyxCode() const { return MATH_MATRIX_CODE; }

make[4]: Entering directory `/home/paf/lyx/devel/src'
g++  -O   -o lyx main.o AspellChecker.o BiblioInfo.o Box.o Compare.o 
Dimension.o   PrinterParams.o Thesaurus.o  liblyxcore.a liblyxmathed.a 
liblyxinsets.a frontends/liblyxfrontends.a frontends/qt4/liblyxqt4.a 
liblyxgraphics.a support/liblyxsupport.a ../boost/liblyxboost.a     -laspell   
-lz      -L/usr/lib/qt4   -lQtGui -lQtCore   
liblyxmathed.a(InsetMathMatrix.o):(.rodata._ZTVN3lyx15InsetMathMatrixE[vtable 
for lyx::InsetMathMatrix]+0x2d4): undefined reference to 
`lyx::InsetMathMatrix::htmlize(lyx::HtmlStream&) const'
collect2: ld returned 1 exit status
make[4]: *** [lyx] Error 1

Reply via email to