diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-09 15:34:43 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-09 15:35:02 +0100 |
commit | 46e6b0addece834ac1b4b917edf872f5b895ab9a (patch) | |
tree | 52c357c283e017811a309a50b594df56423b9b39 /include | |
parent | 977780d8ef8cc2d28690d66eff4292b7d9bbd1a7 (diff) |
Fix some forward declarations in the httpd header.
Diffstat (limited to 'include')
-rw-r--r-- | include/modules/httpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules/httpd.h b/include/modules/httpd.h index 3d524a27e..14cb99fa5 100644 --- a/include/modules/httpd.h +++ b/include/modules/httpd.h @@ -10,8 +10,8 @@ namespace HTTP { - class Reply; - class Message; + struct Reply; + struct Message; class Page; class Client; class Provider; |