projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
copy ReadWrite-error to the bottom to make clang happy
[apt.git]
/
cmdline
/
apt-extracttemplates.h
diff --git
a/cmdline/apt-extracttemplates.h
b/cmdline/apt-extracttemplates.h
index 829cdae755c39b5ca8eb5c1d6542c6f3589310e0..91e385e70e475dc2261561815e3bf2486597d1b5 100644
(file)
--- a/
cmdline/apt-extracttemplates.h
+++ b/
cmdline/apt-extracttemplates.h
@@
-24,11
+24,11
@@
class DebFile : public pkgDirStream
unsigned long ControlLen;
public:
unsigned long ControlLen;
public:
- DebFile(const char *FileName);
+
explicit
DebFile(const char *FileName);
~DebFile();
~DebFile();
- bool DoItem(Item &I, int &fd);
+ bool DoItem(Item &I, int &fd)
APT_OVERRIDE
;
bool Process(pkgDirStream::Item &I, const unsigned char *data,
bool Process(pkgDirStream::Item &I, const unsigned char *data,
- unsigned long long size, unsigned long long pos);
+ unsigned long long size, unsigned long long pos)
APT_OVERRIDE
;
bool Go();
bool ParseInfo();
bool Go();
bool ParseInfo();