diff options
Diffstat (limited to 'generic/ttk/ttkSquare.c')
-rw-r--r-- | generic/ttk/ttkSquare.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/ttk/ttkSquare.c b/generic/ttk/ttkSquare.c index e9c9bcb..86e4fbf 100644 --- a/generic/ttk/ttkSquare.c +++ b/generic/ttk/ttkSquare.c @@ -2,7 +2,7 @@ * * Minimal sample ttk widget. * - * $Id: ttkSquare.c,v 1.2 2006/11/03 03:06:22 das Exp $ + * $Id: ttkSquare.c,v 1.3 2007/01/03 05:06:25 nijtmans Exp $ */ #include <tk.h> @@ -50,7 +50,7 @@ typedef struct * defined for all widgets. */ -static Tk_OptionSpec SquareOptionSpecs[] = +static const Tk_OptionSpec SquareOptionSpecs[] = { WIDGET_TAKES_FOCUS, |