commit | 794f687e16e9b836d3f3703d5ee0fc84e7895056 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Mon May 15 23:33:38 2017 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Wed May 17 01:32:20 2017 -0400 |
tree | 22e20bc2909e75178928a81b02b4b9ba16606ecf | |
parent | 9285686ef5d998ff41f032a8289da30fac26b608 [diff] [blame] |
security+util: mark all pimpl unique_ptrs const Change-Id: I3966c4988dceb49c204e23967ba90729877bddf1
diff --git a/src/util/network-monitor.hpp b/src/util/network-monitor.hpp index b48d5e9..a9cf60b 100644 --- a/src/util/network-monitor.hpp +++ b/src/util/network-monitor.hpp
@@ -108,7 +108,7 @@ Signal<NetworkMonitor> onNetworkStateChanged; private: - std::unique_ptr<Impl> m_impl; + const unique_ptr<Impl> m_impl; }; } // namespace util