------- 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=118996 Summary: "Make Member" does not respect declaration for functions with variable argument list Product: kdevelop Version: 3.2.2 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: zvonsully gmail com Version: 3.2.2 (using KDE 3.5.0, Debian Package 4:3.5.0-1 (testing/unstable)) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.14-2-k7 class C { void Foo(...);//<-- Make Memeber(F2) call } void C::Foo( ){/// the 3 dots are not copied }