summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das>2008-05-03 21:33:00 (GMT)
committerdas <das>2008-05-03 21:33:00 (GMT)
commit23825b57d2dfd97cd758d46c65dd4969eea56004 (patch)
treeb718e4974e65844e15de376c3180f68b63c08dc4 /macosx
parentec46bf8a32523d34c438a8665faa16e286b7ab2a (diff)
downloadtk-23825b57d2dfd97cd758d46c65dd4969eea56004.zip
tk-23825b57d2dfd97cd758d46c65dd4969eea56004.tar.gz
tk-23825b57d2dfd97cd758d46c65dd4969eea56004.tar.bz2
revert erroneous CONST->const sync
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXDialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c
index f7daf7d..a8be2bf 100644
--- a/macosx/tkMacOSXDialog.c
+++ b/macosx/tkMacOSXDialog.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXDialog.c,v 1.36.2.1 2008/05/03 21:09:16 das Exp $
+ * RCS: @(#) $Id: tkMacOSXDialog.c,v 1.36.2.2 2008/05/03 21:33:00 das Exp $
*/
#include "tkMacOSXPrivate.h"
@@ -537,7 +537,7 @@ Tk_ChooseDirectoryObjCmd(
ClientData clientData, /* Main window associated with interpreter. */
Tcl_Interp *interp, /* Current interpreter. */
int objc, /* Number of arguments. */
- Tcl_Obj *const objv[]) /* Argument objects. */
+ Tcl_Obj *CONST objv[]) /* Argument objects. */
{
int i, result = TCL_ERROR;
Tk_Window parent = NULL;