diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c index 76b313e8402..0699410cc82 100644 --- a/lwlib/lwlib-Xaw.c +++ b/lwlib/lwlib-Xaw.c @@ -487,7 +487,7 @@ static XtActionsRec button_actions[] = { "my_reset", command_reset }, { "my_press", command_press }, }; -char buttonTrans[] = +static char buttonTrans[] = ": reset() my_reset()\n" ": set() my_press()\n" ": my_reset() notify() unset()\n";