updated for version 7.0044
diff --git a/src/gui_athena.c b/src/gui_athena.c
index 7bbb6c2..d986001 100644
--- a/src/gui_athena.c
+++ b/src/gui_athena.c
@@ -1001,7 +1001,7 @@
 		Dimension height;
 
 		XtVaGetValues(mp->id,
-			XtNheight,(XtArgVal *)&height,
+			XtNheight, &height,
 			NULL);
 		if (height < max_height)
 		    max_height = height;