From 5d75f8ed6cc160dcb86aa1c28da3864a545844e4 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 1 Feb 2021 18:03:59 -0700 Subject: [PATCH] binpac: Remove usage of ZEEK_FORWARD_DECLARE_NAMESPACED macro --- tools/binpac/lib/binpac_regex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/binpac/lib/binpac_regex.h b/tools/binpac/lib/binpac_regex.h index 404166c3c8..7c742966a7 100644 --- a/tools/binpac/lib/binpac_regex.h +++ b/tools/binpac/lib/binpac_regex.h @@ -4,7 +4,7 @@ #include "binpac.h" #include "zeek/RE.h" -ZEEK_FORWARD_DECLARE_NAMESPACED(RE_Matcher, zeek); +namespace zeek { class RE_Matcher; } namespace binpac {