[Uml-devel] [Bug 93298] code import sometimes prompts for a new datatype name
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Jan 16 05:28:26 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=93298
------- Additional Comments From okellogg users sourceforge net 2005-01-16 14:27 -------
The problem still occurs with anonymous types, for example
class LaClasse {
public:
struct {
int _a;
bool _b;
} _anonymous;
};
Workaround: Give the type a name.
More information about the umbrello-devel
mailing list