diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-10-27 12:52:41 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-10-27 12:52:41 +0200 |
commit | 5a6e85d92fa0f46a329ea8603e150c7e8da4097f (patch) | |
tree | 2220cbe7f7e44c4c9bc926381614b8cf7eb76775 /common/query/driver.cxx | |
parent | 4ee1a059a013beb224e9461f119b23c4dffa2615 (diff) |
Rename typedef type for clarity
Diffstat (limited to 'common/query/driver.cxx')
-rw-r--r-- | common/query/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/query/driver.cxx b/common/query/driver.cxx index 3108158..6d41297 100644 --- a/common/query/driver.cxx +++ b/common/query/driver.cxx @@ -41,7 +41,7 @@ const char* key_data[] = { "\x23\x03\x15", "\x13\x13\x54", "\x08\x62\x35" }; int main (int argc, char* argv[]) { - vector<char> + buffer key1 (key_data[0], key_data[0] + 3), key2 (key_data[1], key_data[1] + 3), key3 (key_data[2], key_data[2] + 3); |