Bug 85552 - virtual keyword for pure virtual methods missing
Summary: virtual keyword for pure virtual methods missing
Status: RESOLVED NOT A BUG
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 1.2.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-20 13:29 UTC by Florian Hackenberger
Modified: 2004-07-26 18:51 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 Florian Hackenberger 2004-07-20 13:29:48 UTC
Version:           1.2.1 (using KDE 3.2.1, Gentoo)
Compiler:          gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)
OS:                Linux (i686) release 2.6.7-gentoo-r5

When generating c++ code, methods which were selected to be pure virtual are marked with "= 0" at the end of the declaration, but the virtual keyword is missing.
Comment 1 Jonathan Riddell 2004-07-26 18:51:16 UTC
Thanks for your report but Umbrello 1.3 (currently in beta) seems to add the word "virtual".