diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-04 04:20:09 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-04 04:20:09 +0000 |
commit | cec106bf8ecaf0165a98319455eb54fed78a0a27 (patch) | |
tree | 327fd32ad5865f188ad9db3e727c5d03c77706bf /ace/Registry.h | |
parent | 3f49613b57c8ac452d3109c4ae083bab09234fed (diff) | |
download | ATCD-cec106bf8ecaf0165a98319455eb54fed78a0a27.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Registry.h')
-rw-r--r-- | ace/Registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Registry.h b/ace/Registry.h index c03b6db0ff1..50ebe03d91d 100644 --- a/ace/Registry.h +++ b/ace/Registry.h @@ -55,7 +55,7 @@ public: typedef std::vector<Name_Component> Name; // A Name is an ordered collections of components (ids) - static const Istring STRING_SEPARATOR; + static LPCTSTR STRING_SEPARATOR; // Separator for components in a name static Istring make_string (const Name &name); |