This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=9440c5a45068ca80bfff4f2c4f267e90b83c79e2

commit 9440c5a45068ca80bfff4f2c4f267e90b83c79e2
Author: Guillem Jover <[email protected]>
AuthorDate: Sun Nov 20 23:24:31 2022 +0100

    dselect: Declare constructor with one argument as explicit
    
    Changelog: internal
    Warned-by: cppcheck
---
 dselect/dselect.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dselect/dselect.h b/dselect/dselect.h
index 10b7fdbc0..3d185679d 100644
--- a/dselect/dselect.h
+++ b/dselect/dselect.h
@@ -163,7 +163,7 @@ public:
   void startdisplay();
   void enddisplay();
 
-  baselist(keybindings *);
+  explicit baselist(keybindings *);
   virtual ~baselist();
 };
 

-- 
Dpkg.Org's dpkg

Reply via email to