commit | 847de408cbb2358bbb664d971cc33e73b0b2ef7f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Sep 21 18:57:30 2017 -0400 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Sep 22 15:00:29 2017 -0400 |
tree | c57eb78d63159d24aaec4cf4bd40d4384de3fb07 | |
parent | b5220706c6267c455d70a85ec5f47d7d1fac1372 [diff] [blame] |
build: Add warning for non-virtual destructor and fix discovered issues Change-Id: I1d67b9b63d84d8524580e80ac06c3efef860c56a
diff --git a/tools/ndn-autoconfig/procedure.hpp b/tools/ndn-autoconfig/procedure.hpp index 0f65b89..67e1209 100644 --- a/tools/ndn-autoconfig/procedure.hpp +++ b/tools/ndn-autoconfig/procedure.hpp
@@ -45,6 +45,9 @@ public: Procedure(Face& face, KeyChain& keyChain); + virtual + ~Procedure() = default; + void initialize(const Options& options);