[Uml-devel] kdesdk/umbrello/umbrello/codegenerators

Brian Thomas thomas at mail630.gsfc.nasa.gov
Thu Sep 25 11:22:11 UTC 2003


CVS commit by thomas: 

minor fix: file extension was '.cpp' instead of '.h'


  M +1 -1      cppheadercodedocument.cpp   1.7


--- kdesdk/umbrello/umbrello/codegenerators/cppheadercodedocument.cpp  #1.6:1.7
@@ -127,5 +127,5 @@ void CPPHeaderCodeDocument::setAttribute
 void CPPHeaderCodeDocument::init ( ) {
 
-        setFileExtension(".cpp");
+        setFileExtension(".h");
 
         initCodeClassFields(); // we have to call here as .newCodeClassField is pure virtual in parent class 






More information about the umbrello-devel mailing list