> Bugreport ID : 00:04,09.07.99 > Originator : Blindauer Emmanuel > E-Mail : manu@agat.net > Subject : Add a member fonction in a class > Error Class : Bogue logiciel > Error Location: pocessus de construction > Priority : high > Severity : serious > Bug Description --------------------------- It seems that a new member fonction isn't added in the good file: I have created a class Setup, 2 files .cpp are created: setup.cpp and setupdata.cpp. I try to add a member function.: void toto() The definition is written in Setup.hh. but the implementation is written in setupdata.cpp !! I think it isn't the right location, at top of this file is written: "DO NOT EDIT!!! This file will be automatically regenerated by KDevelop. All changes will be lost." And this is treue, when I compile the program, what I have written in this file is deleted. > How to repeat the error ------------------- Add a new class. Add a new member definition with right click on the CV panel and look at the location > Bugfix or Workaround ---------------------- > System Information ------------------------ > KDevelop version : 0.4 > KDE version : 1.1 > QT version : 1.44 > OS/Distribution : RedHat/6.0 linux 2.2 > Compiler : egcs