diff options
author | jenglish@flightlab.com <jenglish> | 2007-01-11 14:49:45 (GMT) |
---|---|---|
committer | jenglish@flightlab.com <jenglish> | 2007-01-11 14:49:45 (GMT) |
commit | fbdc8db9ebc0b47f50caf2f2abb1a46a01497643 (patch) | |
tree | fe033de3dd789135611ff553cdad27ead5f00297 /generic/ttk/ttkSeparator.c | |
parent | 5c9860687fc1c16102a753d81ef3cf17392cd998 (diff) | |
download | tk-fbdc8db9ebc0b47f50caf2f2abb1a46a01497643.zip tk-fbdc8db9ebc0b47f50caf2f2abb1a46a01497643.tar.gz tk-fbdc8db9ebc0b47f50caf2f2abb1a46a01497643.tar.bz2 |
Revert addition of contravariant 'const' qualifiers,
to keep in sync with Tile codebase (which must remain
compatible with Tk 8.4).
Diffstat (limited to 'generic/ttk/ttkSeparator.c')
-rw-r--r-- | generic/ttk/ttkSeparator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/ttk/ttkSeparator.c b/generic/ttk/ttkSeparator.c index 614c92c..000db13 100644 --- a/generic/ttk/ttkSeparator.c +++ b/generic/ttk/ttkSeparator.c @@ -1,4 +1,4 @@ -/* $Id: ttkSeparator.c,v 1.4 2007/01/03 05:06:25 nijtmans Exp $ +/* $Id: ttkSeparator.c,v 1.5 2007/01/11 14:49:47 jenglish Exp $ * * Copyright (c) 2004, Joe English * @@ -24,7 +24,7 @@ typedef struct SeparatorPart separator; } Separator; -static const Tk_OptionSpec SeparatorOptionSpecs[] = +static Tk_OptionSpec SeparatorOptionSpecs[] = { {TK_OPTION_STRING_TABLE, "-orient", "orient", "Orient", "horizontal", Tk_Offset(Separator,separator.orientObj), |