Bug 97697 - c++ import: friend function declarations appear as member
Summary: c++ import: friend function declarations appear as member
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-23 05:52 UTC by Alan Ezust
Modified: 2005-01-24 17:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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