diff options
Diffstat (limited to 'compiler/symconst.pas')
-rw-r--r-- | compiler/symconst.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/symconst.pas b/compiler/symconst.pas index d04bd25da9..12c1a911df 100644 --- a/compiler/symconst.pas +++ b/compiler/symconst.pas @@ -448,7 +448,7 @@ type tvariantequaltype = ( tve_incompatible, tve_chari64, - tve_unicodestring, + tve_ustring, tve_wstring, tve_astring, tve_sstring, |