diff options
Diffstat (limited to 'src/Stats.hxx')
-rw-r--r-- | src/Stats.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Stats.hxx b/src/Stats.hxx index 1827b8847..1b141355c 100644 --- a/src/Stats.hxx +++ b/src/Stats.hxx @@ -49,6 +49,6 @@ void stats_global_finish(void); void stats_update(void); void -stats_print(Client *client); +stats_print(Client &client); #endif |