commit | eb575e09dfae4fa06e30882fee6ad3aaa45bcfdc | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jan 26 17:14:51 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jan 26 17:14:51 2013 -0800 |
tree | 8c0b7d7e21c34be50ad0538694d20e9ccd289e63 | |
parent | 548d38d29364cb0d89b4e278fbd48199cee913e7 [diff] [blame] |
Adding tool dump action log database
diff --git a/ccnx/ccnx-name.h b/ccnx/ccnx-name.h index 2dbd9b5..e29a5b3 100644 --- a/ccnx/ccnx-name.h +++ b/ccnx/ccnx-name.h
@@ -74,7 +74,7 @@ Name(const std::vector<Bytes> &comps); Name(const Name &other); Name(const unsigned char *data, const ccn_indexbuf *comps); - Name (const unsigned char *buf, const size_t length); + Name (const void *buf, const size_t length); Name (const CcnxCharbuf &buf); Name (const ccn_charbuf *buf); virtual ~Name() {}