[Uml-devel] kdesdk/umbrello/umbrello
Dirk Mueller
mueller at kde.org
Sun Jan 9 00:31:01 UTC 2005
CVS commit by mueller:
fix compilation (gcc 4.0)
M +1 -1 classifier.h 1.48
M +1 -1 codegenerators/codegen_utils.h 1.2
--- kdesdk/umbrello/umbrello/classifier.h #1.47:1.48
@@ -329,5 +329,5 @@ protected:
* Saves template parameters to the given QDomElement.
*/
- void UMLClassifier::saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
+ void saveToXMI(QDomDocument& qDoc, QDomElement& qElement);
/**
--- kdesdk/umbrello/umbrello/codegenerators/codegen_utils.h #1.1:1.2
@@ -26,5 +26,5 @@ namespace Umbrello {
const QStringList reservedCppKeywords();
-};
+}
#endif // CODEGEN_UTILS_H
More information about the umbrello-devel
mailing list