commit | 9f936665197bff76a0de76fc427cbdb73fd1d4a5 | [log] [tgz] |
---|---|---|
author | dmcoomes <damiancoomes@gmail.com> | Thu Mar 02 10:33:09 2017 -0600 |
committer | dmcoomes <damiancoomes@gmail.com> | Thu Mar 09 12:12:40 2017 -0600 |
tree | b8b37a07820d182115475ced8f40143b66ae3e00 | |
parent | 48daea20d79f0fc110c5af41ac3cce613756ecfc [diff] [blame] |
nlsr: Don't use ndn aliases provided by ndn-cxx/common.hpp refs: #3983 Change-Id: I31da8d68e0285dcfe9c7d3e5e678c00397d22bef
diff --git a/tests/publisher/test-segment-publisher.cpp b/tests/publisher/test-segment-publisher.cpp index 2849457..c6b4fba 100644 --- a/tests/publisher/test-segment-publisher.cpp +++ b/tests/publisher/test-segment-publisher.cpp
@@ -134,7 +134,7 @@ } protected: - ndn::shared_ptr<ndn::util::DummyClientFace> m_face; + std::shared_ptr<ndn::util::DummyClientFace> m_face; const ndn::time::milliseconds m_expectedFreshnessPeriod; TestSegmentPublisher<N> m_publisher; ndn::EncodingBuffer m_buffer;