table: code modernization

Change-Id: I9ca9a1905aea316726d0323f4537a2420890735f
diff --git a/daemon/table/pit-out-record.hpp b/daemon/table/pit-out-record.hpp
index 985a129..383e0c8 100644
--- a/daemon/table/pit-out-record.hpp
+++ b/daemon/table/pit-out-record.hpp
@@ -31,12 +31,12 @@
 namespace nfd {
 namespace pit {
 
-/** \brief contains information about an Interest toward an outgoing face
+/** \brief Contains information about an Interest toward an outgoing face
  */
 class OutRecord : public FaceRecord
 {
 public:
-  OutRecord(Face& face, EndpointId endpointId);
+  using FaceRecord::FaceRecord;
 
   /** \return last NACK returned by \p getFace()
    *