Fixing Coding Style
diff --git a/nsync/src/sync-full-state.h b/nsync/src/sync-full-state.h
index 28e0078..028c41e 100644
--- a/nsync/src/sync-full-state.h
+++ b/nsync/src/sync-full-state.h
@@ -51,7 +51,7 @@
*
* This value can be used to randomize reconciliation waiting time in SyncApp
*/
- ndn::time::Duration
+ ndn::time::system_clock::Duration
getTimeFromLastUpdate () const;
/**
@@ -70,7 +70,7 @@
remove (NameInfoConstPtr info);
private:
- ndn::time::Point m_lastUpdated; ///< @brief Time when state was updated last time
+ ndn::time::system_clock::TimePoint m_lastUpdated; ///< @brief Time when state was updated last time
DigestPtr m_digest;
};