Bug 97697

Summary: c++ import: friend function declarations appear as member
Product: [Applications] umbrello Reporter: Alan Ezust <alan.ezust>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alan Ezust 2005-01-23 05:52:09 UTC
Version:           1.3.92 (using KDE KDE 3.3.2)
Installed from:    Debian testing/unstable Packages
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-6 
OS:                Linux

If a C++ class contains a friend function declaration, it appears
as a regular member function in the class after importing.

Perhaps prepending a :: before the function name would make it more clear that it is not actually a member of the class, but just a friend declaration?
Comment 1 Oliver Kellogg 2005-01-24 17:32:23 UTC
Fixed in cvs head -
please use latest versions of classimport.cpp and classparser/cpptree2uml.cpp