Re: fdfix.sh patch

2000-07-12 Thread Angus Leeming
Ok. The attached patch works! Even on Jürgen's fiendishly complex form_tabular.fd. As I stated before, it will allow me to make forward declarations such as struct FD_form_citation; class FormCitation : public DialogBase { FD_form_citation * dialog_; } rather than have to include the h

Re: fdfix.sh patch

2000-07-12 Thread Angus Leeming
Please disregard this patch as Jürgen's new form_tabular.fd has proved too much for it! More thought needed. Angus