projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ensure we have a Policy in CacheFile.BuildDepCache()
[apt.git]
/
apt-pkg
/
version.h
diff --git
a/apt-pkg/version.h
b/apt-pkg/version.h
index e0e0e6c1410f87f86d1aa41527306bc3c4ea907f..d98809f7e1ddb74333c0ac7b43aeb033b9b9bcdf 100644
(file)
--- a/
apt-pkg/version.h
+++ b/
apt-pkg/version.h
@@
-33,7
+33,7
@@
class pkgVersioningSystem
// Global list of VS's
static pkgVersioningSystem **GlobalList;
static unsigned long GlobalListLen;
- static pkgVersioningSystem *GetVS(const char *Label);
+ static pkgVersioningSystem *GetVS(const char *Label)
APT_PURE
;
const char *Label;