summaryrefslogtreecommitdiff
path: root/devel/uml/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'devel/uml/patches/patch-am')
-rw-r--r--devel/uml/patches/patch-am11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/uml/patches/patch-am b/devel/uml/patches/patch-am
new file mode 100644
index 00000000000..449c87d2522
--- /dev/null
+++ b/devel/uml/patches/patch-am
@@ -0,0 +1,11 @@
+--- uml/umlwidget.cpp.orig 2004-06-15 19:22:01.000000000 +0200
++++ uml/umlwidget.cpp 2004-06-15 19:22:41.000000000 +0200
+@@ -376,7 +376,7 @@
+ object = view -> getDocument() -> findUMLObject(id);
+ if(!object && type >= ACTOR && type <= OBJECT)
+ {
+- cerr<<"CAN'T FIND OBJECT TO USE IN VIEW id : "<<id<<endl;
++ std::cerr<<"CAN'T FIND OBJECT TO USE IN VIEW id : "<<id<<std::endl;
+ status = false;
+ }
+ else if(object)