1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 19:06:38 +02:00

Fix a compiler warning on Clang.

This commit is contained in:
Sadie Powell
2025-03-09 14:36:57 +00:00
parent 1e8ac58bb4
commit 314ef60900
+1 -1
View File
@@ -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;