]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.cc
"support" unsigned Release files without hashes again
[apt.git] / apt-pkg / deb / dpkgpm.cc
index d253808f291bc2c1f91b965efdcc6e1ba9d5777a..7355af9d507246205f202ff65bc3195b860ee1b0 100644 (file)
@@ -126,7 +126,7 @@ namespace
     const char *target;
 
   public:
-    MatchProcessingOp(const char *the_target)
+    explicit MatchProcessingOp(const char *the_target)
       : target(the_target)
     {
     }