diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-09 18:58:49 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-09 18:58:49 +0000 |
commit | a3f483ad87171113edb13b2b5c59bc2699a9abfb (patch) | |
tree | 041b52fe0c0d61724aa060fb46b8108d4897abd6 /include/config.h | |
parent | 6e90a8ea557d6b86fcf2bae94aba80271be4efa1 (diff) |
Fix a forward declaration on Clang.
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index d5fb9b91d..295e5f6d4 100644 --- a/include/config.h +++ b/include/config.h @@ -22,7 +22,7 @@ namespace Configuration { class CoreExport Block { - friend struct Configuration::Conf; + friend class Configuration::Conf; public: typedef Anope::map<Anope::string> item_map; |