commit | 4affbf58fbc62ae4505382f39ae0197806a5ede6 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Oct 18 14:36:46 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Oct 18 14:36:46 2013 -0700 |
tree | d2ac16f88337a9195299459097bcdbeb259807f9 | |
parent | ea946203af65650c2000ca59490658b1dd25b0cd [diff] [blame] |
code style: Don't use std:: inside .cpp files.
diff --git a/ndn-cpp/security/certificate/certificate.cpp b/ndn-cpp/security/certificate/certificate.cpp index 8f6288c..9047a70 100644 --- a/ndn-cpp/security/certificate/certificate.cpp +++ b/ndn-cpp/security/certificate/certificate.cpp
@@ -102,7 +102,7 @@ root->encode(start); - shared_ptr<std::vector<uint8_t> > blob = blobStream.buf(); + shared_ptr<vector<uint8_t> > blob = blobStream.buf(); setContent(blob); }