summaryrefslogtreecommitdiff
path: root/graphics/tulip/files/patch-Property.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tulip/files/patch-Property.h')
-rw-r--r--graphics/tulip/files/patch-Property.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/tulip/files/patch-Property.h b/graphics/tulip/files/patch-Property.h
new file mode 100644
index 000000000000..27140e8780a2
--- /dev/null
+++ b/graphics/tulip/files/patch-Property.h
@@ -0,0 +1,15 @@
+--- library/tulip/include/tulip/Property.h.orig Mon Jan 20 23:40:43 2003
++++ library/tulip/include/tulip/Property.h Fri Oct 29 14:14:08 2004
+@@ -46,8 +46,10 @@
+ dataSet= context->dataSet;
+ }
+ else
+- (void *)dataSet=(void *)superGraph = (void *)propertyProxy = (void *)pluginProgress = (void *)NULL;
+-
++ dataSet = NULL;
++ superGraph = NULL;
++ propertyProxy = NULL;
++ pluginProgress = NULL;
+ }
+ ///
+ virtual ~Property(){}