Missing semicolon when creating new C++-Class

Stefan Marks Stefan_Marks at gmx.de
Thu Aug 8 08:56:38 BST 2002


When creating a new Class wich Project/New Class the generated headerfile is
missing a semicolon after the class-declaration which leads to failure when
compiling.

e.g.:
#ifndef _CTESTKLASSE3_H_
#define _CTESTKLASSE3_H_

/**
 *
 *
 **/
class CTestklasse3
{

public:
  CTestklasse3();
  ~CTestklasse3();
} <<-- missing semicolon!!!!!!!

#endif


The sourcecode-line is /kevelop/parts/cppsupport/cppnewclassdlg.cpp about
line 216.

Thank You

Stefan Marks

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list