src: Small style corrections

Change-Id: I51d073e33f92c491667c2e3ac7ceab388db61a2e
diff --git a/src/lsdb.hpp b/src/lsdb.hpp
index 64de8ec..6bfc849 100644
--- a/src/lsdb.hpp
+++ b/src/lsdb.hpp
@@ -218,7 +218,7 @@
   std::list<AdjLsa> m_adjLsdb;
   std::list<CoordinateLsa> m_corLsdb;
 
-  int m_lsaRefreshTime;
+  ndn::time::seconds m_lsaRefreshTime;
   std::string m_thisRouterPrefix;
 
 };