commit | 54dcecc45e93758baa52e020e1fcccb9244d60bc | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Oct 17 15:07:17 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 15:15:56 2014 -0700 |
tree | 71434bd785c545f9d35492f80b67fa9adf4a9813 | |
parent | 0269c87ea5640577f1207296debcdef9fc87c837 [diff] [blame] |
Change ContactStorage, the schema of SelfProfile is changed.
diff --git a/src/addcontactpanel.h b/src/addcontactpanel.h index 5b35afe..9a5fe75 100644 --- a/src/addcontactpanel.h +++ b/src/addcontactpanel.h
@@ -41,7 +41,7 @@ private: Ui::AddContactPanel *ui; - Ptr<EndorseCertificate> m_selfEndorseCertificate; + ndn::Ptr<EndorseCertificate> m_selfEndorseCertificate; }; #endif // ADDCONTACTPANEL_H