aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SgraphP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SgraphP.h b/SgraphP.h
index e6274e1..4d75faa 100644
--- a/SgraphP.h
+++ b/SgraphP.h
@@ -27,11 +27,11 @@
#define XtRSgraphResource "SgraphResource"
typedef struct {
- XtPointer extension;
+ XtPointer dummy;
} SgraphClassPart;
typedef struct _SgraphClassRec {
- CoreClassPart core_class;
+ CoreClassPart core_class;
SgraphClassPart sgraph_class;
} SgraphClassRec;