Move ODesc to zeek namespace

This commit is contained in:
Tim Wojtulewicz 2020-07-22 09:46:46 -07:00
parent fdcb2760b2
commit 4e9a5e9d98
53 changed files with 162 additions and 143 deletions

View file

@ -7,7 +7,7 @@
#include <stdint.h>
class ODesc;
ZEEK_FORWARD_DECLARE_NAMESPACED(ODesc, zeek);
namespace zeek::detail {