X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lwlib%2Flwlib-internal.h;h=85dff5a339c70b116707556c30d5027d4d3dcdfa;hb=db5cdfa905a6dd01917f72241d9bb8b7e3f2bf52;hp=df3d66de9f07e9c0e2169bd2aa8e53ed44d6012d;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git- diff --git a/lwlib/lwlib-internal.h b/lwlib/lwlib-internal.h index df3d66d..85dff5a 100644 --- a/lwlib/lwlib-internal.h +++ b/lwlib/lwlib-internal.h @@ -39,12 +39,12 @@ typedef Widget typedef struct _widget_creation_entry { - CONST char* type; + const char* type; widget_creation_function function; } widget_creation_entry; /* update all other instances of a widget. Can be used in a callback when - a wiget has been used by the user */ + a widget has been used by the user */ void lw_internal_update_other_instances (Widget widget, XtPointer closure, XtPointer call_data);