summaryrefslogtreecommitdiff
path: root/xts5/src/libXtTest/avs_hier.c
diff options
context:
space:
mode:
Diffstat (limited to 'xts5/src/libXtTest/avs_hier.c')
-rw-r--r--xts5/src/libXtTest/avs_hier.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xts5/src/libXtTest/avs_hier.c b/xts5/src/libXtTest/avs_hier.c
index 0c1f85c9..358a0032 100644
--- a/xts5/src/libXtTest/avs_hier.c
+++ b/xts5/src/libXtTest/avs_hier.c
@@ -111,7 +111,7 @@ char *stitle, *slabel;
trace("Create boxw2 widget in panedw widget");
boxw2 = (Widget) CreateBoxWidget(panedw);
trace("Set the height and width of boxw2 widget");
- (void) ConfigureDimension(topLevel, boxw2);
+ ConfigureDimension(topLevel, boxw2);
return topLevel;
}
@@ -152,7 +152,7 @@ char *stitle, *slabel;
trace("Create boxw2 widget in panedw widget");
boxw2 = (Widget) CreateBoxWidget(panedw);
trace("Set the height and width of boxw2 widget");
- (void) ConfigureDimension(topLevel, boxw2);
+ ConfigureDimension(topLevel, boxw2);
return topLevel;
}
@@ -196,6 +196,6 @@ int argcount;
trace("Create boxw2 widget in panedw widget");
boxw2 = (Widget) CreateBoxWidget(panedw);
trace("Set the height and width of boxw2 widget");
- (void) ConfigureDimension(topLevel, boxw2);
+ ConfigureDimension(topLevel, boxw2);
return topLevel;
}