summaryrefslogtreecommitdiff
path: root/apt-pkg/indexfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/indexfile.h')
-rw-r--r--apt-pkg/indexfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/indexfile.h b/apt-pkg/indexfile.h
index c51879bb8..b6472e201 100644
--- a/apt-pkg/indexfile.h
+++ b/apt-pkg/indexfile.h
@@ -144,7 +144,7 @@ class pkgIndexFile
bool IsTrusted() const { return Trusted; };
- pkgIndexFile(bool Trusted);
+ explicit pkgIndexFile(bool Trusted);
virtual ~pkgIndexFile();
};