summaryrefslogtreecommitdiff
path: root/cpp/test/Freeze/dbmap/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-12-05 00:17:10 +0000
committerMarc Laukien <marc@zeroc.com>2001-12-05 00:17:10 +0000
commit6d5beeee1bd4659b1dc963c92f27c58b0458ab8c (patch)
tree04df5909637ff79dcbed5d82a15bef915c40eb89 /cpp/test/Freeze/dbmap/Client.cpp
parentspelling (diff)
downloadice-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.cpp2
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);