summaryrefslogtreecommitdiff
path: root/graphics/tulip/files/patch-Property.h
blob: 27140e8780a29c219dc5c43266a37cd3a157c5be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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(){}