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 header file. (If I so wish. Both options are
now available.)

patch12July2000.tar.gz

Reply via email to