From ff626ac76357940b2f0ac5cb243a68ac13df0f8a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 18:48:38 +0200 Subject: *: use references instead of pointers --- src/UpdateContainer.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/UpdateContainer.hxx') diff --git a/src/UpdateContainer.hxx b/src/UpdateContainer.hxx index 0078730d6..dc4ea77b0 100644 --- a/src/UpdateContainer.hxx +++ b/src/UpdateContainer.hxx @@ -28,9 +28,9 @@ struct Directory; struct decoder_plugin; bool -update_container_file(Directory *directory, +update_container_file(Directory &directory, const char *name, const struct stat *st, - const struct decoder_plugin *plugin); + const decoder_plugin &plugin); #endif -- cgit v1.2.3