From kdevelop-bugs Sun Dec 25 22:14:24 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Sun, 25 Dec 2005 22:14:24 +0000 To: kdevelop-bugs Subject: [Bug 118996] New: "Make Member" does not respect declaration for functions with variable argument l Message-Id: <20051225231423.118996.zvonsully () gmail ! com> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306944708684 ------- 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 }