[Uml-devel] Re: kdesdk/umbrello/umbrello

Brian Thomas brian.thomas at gsfc.nasa.gov
Fri Jan 30 09:39:07 UTC 2004


On Friday 30 January 2004 06:03 am, you wrote:
> On Thursday 29 January 2004 19:16, Brian Thomas wrote:
> > --- kdesdk/umbrello/umbrello/umldoc.cpp  #1.122:1.123
> > @@ -965,5 +965,5 @@ UMLAssociation* UMLDoc::createUMLAssocia
> >          UMLAssociation *assoc = findAssociation(type, a, b, &swap);
> >          if (assoc == NULL) {
> > -                assoc = new UMLAssociation( type, a, b );
> > +                assoc = new UMLAssociation(this, type, a, b );
> >                  addAssociation(assoc);
> >          }
>
> Uhm, there's only one constructor for this type in the header and it only
> accepts three arguments.  I think you forgot to check in all of your
> changes. Please do so as the module currently won't build.

	Hurm. That was part of another patch that I thought got submitted,
	but checking my logs, I see that it didnt. I will update soon. Sorry
	for that.

	-b.t.

>
> -Scott






More information about the umbrello-devel mailing list