On Sat, Oct 20, 2007 at 09:06:45AM -0500, Bo Peng wrote:
> > > Modified: lyx-devel/trunk/src/Paragraph.cpp
> > > URL:
> > > http://www.lyx.org/trac/file/lyx-devel/trunk/src/Paragraph.cpp?rev=21076
>
> I am getting (gcc 4.1.2, linux)
>
> src/Paragraph.cpp:133: error: extra qualification
> 'lyx::P
On Sat, Oct 20, 2007 at 09:32:57PM +0200, Abdelrazak Younes wrote:
> Martin Vermeer wrote:
> > On Sat, Oct 20, 2007 at 08:09:57AM +, [EMAIL PROTECTED] wrote:
> >> Author: younes
> >> Date: Sat Oct 20 10:09:55 2007
> >> New Revision: 21076
> >>
> >> URL: http://www.lyx.org/trac/changeset/21076
Bo Peng wrote:
I am getting (gcc 4.1.2, linux)
src/Paragraph.cpp:133: error: extra qualification
'lyx::Paragraph::Private::' on member 'simpleTeXSpecialChar'
I have fixed this in trunk.
Thanks (and sorry)
Abdel.
Martin Vermeer wrote:
On Sat, Oct 20, 2007 at 08:09:57AM +, [EMAIL PROTECTED] wrote:
Author: younes
Date: Sat Oct 20 10:09:55 2007
New Revision: 21076
URL: http://www.lyx.org/trac/changeset/21076
Log:
cleanups: split Paragraph::Private::simpleTeXSpecialChars() in two. Remove two
or level o
> I am getting (gcc 4.1.2, linux)
>
> src/Paragraph.cpp:133: error: extra qualification
> 'lyx::Paragraph::Private::' on member 'simpleTeXSpecialChar'
I have fixed this in trunk.
Bo
> > Modified: lyx-devel/trunk/src/Paragraph.cpp
> > URL:
> > http://www.lyx.org/trac/file/lyx-devel/trunk/src/Paragraph.cpp?rev=21076
I am getting (gcc 4.1.2, linux)
src/Paragraph.cpp:133: error: extra qualification
'lyx::Paragraph::Private::' on member 'simpleTeXSpecialChar'
and I really don't
On Sat, Oct 20, 2007 at 08:09:57AM +, [EMAIL PROTECTED] wrote:
> Author: younes
> Date: Sat Oct 20 10:09:55 2007
> New Revision: 21076
>
> URL: http://www.lyx.org/trac/changeset/21076
> Log:
> cleanups: split Paragraph::Private::simpleTeXSpecialChars() in two. Remove
> two or level of indenta