From 314ef609001bd511c7a7ef243191bcd471bffa1c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 9 Mar 2025 14:36:57 +0000 Subject: [PATCH] Fix a compiler warning on Clang. --- include/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/defs.h b/include/defs.h index c130a11df..2286a8e41 100644 --- a/include/defs.h +++ b/include/defs.h @@ -23,7 +23,7 @@ struct ChanUserContainer; class ClientSocket; class Command; class CommandSource; -namespace Configuration { struct Conf; } +namespace Configuration { class Conf; } class ConnectionSocket; namespace DNS { struct Query; } class Entry;