diff options
Diffstat (limited to 'include/X11/Xaw3d/XawInit.h')
-rw-r--r-- | include/X11/Xaw3d/XawInit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Xaw3d/XawInit.h b/include/X11/Xaw3d/XawInit.h index 76574ec..cd023ec 100644 --- a/include/X11/Xaw3d/XawInit.h +++ b/include/X11/Xaw3d/XawInit.h @@ -25,6 +25,6 @@ in this Software without prior written authorization from the X Consortium. _XFUNCPROTOBEGIN -extern void XawInitializeWidgetSet(); /* called from ClassInit procs */ +extern void XawInitializeWidgetSet(void); /* called from ClassInit procs */ _XFUNCPROTOEND |