diff options
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); |