On 30-Sep-99 Jose Abilio Oliveira Matos wrote:
>> > Finally we have LyX version 1.0.4 ready.

I'm creating a binary of this for SGI's. To get it to compile, I have to
make the following minor change:

diff -u lyx-1.0.4/src//table.C lyx-new/src//table.C
--- lyx-1.0.4/src//table.C      Thu Sep 23 15:13:53 1999
+++ lyx-new/src//table.C        Thu Sep 30 11:53:34 1999
@@ -1418,7 +1418,7 @@
     return ret;
 }
 
-const char *LyXTable::getDocBookAlign(int cell, bool isColumn=false)
+const char *LyXTable::getDocBookAlign(int cell, bool isColumn)
 {
     int i;
     if (isColumn)

Can I just check before creating the distribution that I don't need to
insert a line to set isColumn to false?

Thanks,

Steve



-- 
___________________________________________________________________________
Steve Holden                               
Joining Group                            Department of Materials Science
Tel : 01223 334338 (Home 562661)         New Museums Site, Pembroke Street 
Fax : 01223 334567                       Cambridge CB2 3QZ
___________________________________________________________________________

Reply via email to