]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-extracttemplates.h
make all d-pointer * const pointers
[apt.git] / cmdline / apt-extracttemplates.h
index 829cdae755c39b5ca8eb5c1d6542c6f3589310e0..b129a2d51d5fc9ac298650664a9ba5900a5458ac 100644 (file)
@@ -24,7 +24,7 @@ class DebFile : public pkgDirStream
        unsigned long ControlLen;
        
 public:
-       DebFile(const char *FileName);
+       explicit DebFile(const char *FileName);
        ~DebFile();
        bool DoItem(Item &I, int &fd);
        bool Process(pkgDirStream::Item &I, const unsigned char *data,