commit | 49eea9f32829897491b8c3e2a3fa22808b26aac6 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Oct 17 15:07:17 2013 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Thu Oct 17 15:07:17 2013 -0700 |
tree | df2eb9eba60f9325fdff5f101e6618dc94f39dab | |
parent | d59b593be3a554f1abc1e029cba8825a8b6dd738 [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