diff options
author | Steve Totten <tottens@users.noreply.github.com> | 2004-10-25 14:08:40 +0000 |
---|---|---|
committer | Steve Totten <tottens@users.noreply.github.com> | 2004-10-25 14:08:40 +0000 |
commit | 1b02519b2d0e7ad8f0a88cccf0d47ddd07973db5 (patch) | |
tree | 72e06709a89e525b61874ad1afab6b7e42ed3c49 /ACEXML | |
parent | 0425ef36683ce9ebf1c0ae4170a11763712f4535 (diff) | |
download | ATCD-1b02519b2d0e7ad8f0a88cccf0d47ddd07973db5.tar.gz |
ChangeLogTag: Mon Oct 25 09:05:02 2004 Steve Totten <totten_s@ociweb.com>
Diffstat (limited to 'ACEXML')
-rw-r--r-- | ACEXML/common/Transcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACEXML/common/Transcode.h b/ACEXML/common/Transcode.h index 0afaaa0e74c..72ebf7dd58e 100644 --- a/ACEXML/common/Transcode.h +++ b/ACEXML/common/Transcode.h @@ -47,7 +47,7 @@ public: ACEXML_INVALID_ARGS = -3, ACEXML_IS_SURROGATE = -4, ACEXML_NON_UNICODE = -5 - } STATUS; + } ACEXML_STATUS; // The following functions translate a unicode characters |