commit | 6b58c2f43fd94532150c307d892fde4abc16fe35 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Nov 19 17:14:25 2013 -0800 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Nov 19 17:14:25 2013 -0800 |
tree | 9bd54dfaf8343196423f9f819598159e5150e0b3 | |
parent | f69a26e055603408dc7f8af7bbf93d2d9cdcc7f7 [diff] |
Data. Fix type: setMetainfo should be setMetaInfo.
diff --git a/include/ndn-cpp/data.hpp b/include/ndn-cpp/data.hpp index 33a2505..a227c7f 100644 --- a/include/ndn-cpp/data.hpp +++ b/include/ndn-cpp/data.hpp
@@ -261,7 +261,7 @@ * @return This Data so that you can chain calls to update values. */ Data& - setMetainfo(const MetaInfo& metaInfo) + setMetaInfo(const MetaInfo& metaInfo) { metaInfo_ = metaInfo; onChanged();