> 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?
If you insert that, it would be an error.
Your patch is the correct fix.
Greets,
Asger