commit | 9a28c3f75256fc526f5c3878c312af447e808c66 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sat Jun 11 21:50:01 2022 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sat Jun 11 21:52:05 2022 -0400 |
tree | 468f095d7f1077a594d2e1a23713f94e87fbfbbe | |
parent | e422f9e1e90f423b33d351b7b732c44a86af41ad [diff] [blame] |
fw+table: workaround bogus doxygen warnings Change-Id: I0a093658f4b27620ba9731a0640ca71c3d03360a
diff --git a/daemon/fw/forwarder.hpp b/daemon/fw/forwarder.hpp index cad9396..373d395 100644 --- a/daemon/fw/forwarder.hpp +++ b/daemon/fw/forwarder.hpp
@@ -251,7 +251,7 @@ NetworkRegionTable m_networkRegionTable; // allow Strategy (base class) to enter pipelines - friend fw::Strategy; + friend ::nfd::fw::Strategy; }; } // namespace nfd