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)
commit762b2708dc8cf670270123377d450e0539bcae01 (patch)
treeb718e4974e65844e15de376c3180f68b63c08dc4 /macosx
parentb26ac84b86037440e47df053140371b4bfc1b88f (diff)
downloadtk-762b2708dc8cf670270123377d450e0539bcae01.zip
tk-762b2708dc8cf670270123377d450e0539bcae01.tar.gz
tk-762b2708dc8cf670270123377d450e0539bcae01.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;