Le 29 Apr 2002 10:33:07 -0500, Lars Clausen a �crit: >> Also class member functions default to virtual - bad choice. When >> loading my classes from 0.88.1, they come up as virtual, even though >> they weren't in 0.88.1. > >Ugh. I bet some Java programmer did that:) That kind of change should not >happen without a version update on the save file and conversion. Bad >Cyrille! No donut! > >-Lars >
Oops. I did it ! this is just a bad default value given before getting the old "abstract" attribute. This is just a matter of changing + op->inheritance_type = UML_POLYMORPHIC; - op->inheritance_type = UML_LEAF; inside objects/UML/uml.c ~500 Sorry for the inconvenience. -- "Black holes are where God divided by zero." - Steven Wright MaT|TaM _______________________________________________ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list
