summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-05-27 15:17:52 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-05-27 15:17:52 +0200
commit6cb1060b58d8add6e04cc30241d3ef0f45ad226d (patch)
tree5e0715682e5ac388ee8ed20df348b90e834ec179 /apt-pkg/deb/dpkgpm.h
parent6dd8400ca787ef832d87121f304f98ad152dc3a6 (diff)
* apt-pkg/deb/dpkgpm.cc:
- write Disappeared also to the history.log
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r--apt-pkg/deb/dpkgpm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h
index 330c788a2..b1459b1f6 100644
--- a/apt-pkg/deb/dpkgpm.h
+++ b/apt-pkg/deb/dpkgpm.h
@@ -68,7 +68,7 @@ class pkgDPkgPM : public pkgPackageManager
// Helpers
bool RunScriptsWithPkgs(const char *Cnf);
bool SendV2Pkgs(FILE *F);
- void WriteHistoryTag(string tag, string value);
+ void WriteHistoryTag(string const &tag, string value);
// dpkg log
bool OpenLog();