diff options
Diffstat (limited to 'src/output')
-rw-r--r-- | src/output/HttpdClient.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output/HttpdClient.hxx b/src/output/HttpdClient.hxx index 46196d2e3..38e4ea96d 100644 --- a/src/output/HttpdClient.hxx +++ b/src/output/HttpdClient.hxx @@ -92,7 +92,7 @@ class HttpdClient final : public BufferedSocket { /** * The amount of streaming data between each metadata block */ - guint metaint; + unsigned metaint; /** * The metadata as #Page which is currently being sent to the client. @@ -108,7 +108,7 @@ class HttpdClient final : public BufferedSocket { * The amount of streaming data sent to the client * since the last icy information was sent. */ - guint metadata_fill; + unsigned metadata_fill; public: /** |