diff options
author | marc_culler <marc.culler@gmail.com> | 2020-12-11 05:55:13 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2020-12-11 05:55:13 (GMT) |
commit | 7d5165546e1f1cd69e5899902fe78af07524bac3 (patch) | |
tree | 6bb71d1b1a7776e639affdf3bbd982bc41fe97a7 /macosx/tkMacOSXPrivate.h | |
parent | dd9981cdf34805e32668ccc8856f95631c0e9940 (diff) | |
download | tk-7d5165546e1f1cd69e5899902fe78af07524bac3.zip tk-7d5165546e1f1cd69e5899902fe78af07524bac3.tar.gz tk-7d5165546e1f1cd69e5899902fe78af07524bac3.tar.bz2 |
Fix the build on macOS 10.6.
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r-- | macosx/tkMacOSXPrivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h index 8e57641..ea53e5f 100644 --- a/macosx/tkMacOSXPrivate.h +++ b/macosx/tkMacOSXPrivate.h @@ -557,6 +557,7 @@ VISIBILITY_HIDDEN @private Tcl_DString _ds; NSString *_string; + const char *_UTF8String; } @property const char *UTF8String; @property (readonly) Tcl_DString DString; |