Bug 85552

Summary: virtual keyword for pure virtual methods missing
Product: [Applications] umbrello Reporter: Florian Hackenberger <f.hackenberger>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 1.2.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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".