From 8826771e8398063018935c38039c05faf4c993a3 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Tue, 1 Nov 2016 11:44:15 +0100 Subject: style fixes for cppcheck noExplicitConstructor Change-Id: I2a690caea7656f2a18beb6d09f53154178a30f34 Reviewed-on: https://gerrit.libreoffice.org/30460 Reviewed-by: Jochen Nitschke Tested-by: Jochen Nitschke --- shell/source/unix/sysshell/recently_used_file_handler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx index d2393bf65dfc..0d2aead07a79 100644 --- a/shell/source/unix/sysshell/recently_used_file_handler.cxx +++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx @@ -305,7 +305,7 @@ namespace /* private */ { class recent_item_writer { public: - recent_item_writer( recently_used_file& file ) : + explicit recent_item_writer( recently_used_file& file ) : file_(file), items_written_(0) {} -- cgit