diff options
author | Marc Laukien <marc@zeroc.com> | 2001-12-05 00:17:10 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-12-05 00:17:10 +0000 |
commit | 6d5beeee1bd4659b1dc963c92f27c58b0458ab8c (patch) | |
tree | 04df5909637ff79dcbed5d82a15bef915c40eb89 /cpp/test/Freeze/dbmap/Client.cpp | |
parent | spelling (diff) | |
download | ice-6d5beeee1bd4659b1dc963c92f27c58b0458ab8c.tar.bz2 ice-6d5beeee1bd4659b1dc963c92f27c58b0458ab8c.tar.xz ice-6d5beeee1bd4659b1dc963c92f27c58b0458ab8c.zip |
fixes
Diffstat (limited to 'cpp/test/Freeze/dbmap/Client.cpp')
-rw-r--r-- | cpp/test/Freeze/dbmap/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/dbmap/Client.cpp b/cpp/test/Freeze/dbmap/Client.cpp index 0b84d22e895..60685c84cda 100644 --- a/cpp/test/Freeze/dbmap/Client.cpp +++ b/cpp/test/Freeze/dbmap/Client.cpp @@ -66,7 +66,7 @@ public: } }; -typedef DbMap<char, int, KeyCodec, ValueCodec> CharIntMap; +typedef DBMap<char, int, KeyCodec, ValueCodec> CharIntMap; static char alphabetChars[] = "abcdefghijklmnopqrstuvwxyz"; vector<char> alphabet(alphabetChars, alphabetChars + sizeof(alphabetChars)-1); |