commit | 3d85090003bd3918b0c0263636847c8840e4cfe1 | [log] [tgz] |
---|---|---|
author | Varun Patil <varunpatil@ucla.edu> | Mon Nov 23 12:19:14 2020 +0530 |
committer | Varun Patil <varunpatil@ucla.edu> | Mon Nov 23 12:23:16 2020 +0530 |
tree | 3960f65eec8f6eb600906c7acb36310759cdf57a | |
parent | 9c7e3f9ae0251d3c4af398e1ed35b25ebc6d668e [diff] [blame] |
build: reanimate the dead Fix build with ndn-cxx 0.7.1 and ChronoSync 0.5.3 * Adapt to new API * Upgrade to Qt5 * Several other bugs Refs: #4563, #4087 Change-Id: Ic55d687caade08f557f9b9ec3e9569bc96798710
diff --git a/src/conf.hpp b/src/conf.hpp index 0626bf1..3b4f394 100644 --- a/src/conf.hpp +++ b/src/conf.hpp
@@ -60,7 +60,7 @@ setNick(const std::string& nick); private: - template<bool T> + template<ndn::encoding::Tag T> size_t wireEncode(ndn::EncodingImpl<T>& block) const;