summaryrefslogtreecommitdiff
path: root/apt-pkg/versionmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/versionmatch.h')
-rw-r--r--apt-pkg/versionmatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/versionmatch.h b/apt-pkg/versionmatch.h
index faf1fd436..abaec08d6 100644
--- a/apt-pkg/versionmatch.h
+++ b/apt-pkg/versionmatch.h
@@ -62,7 +62,7 @@ class APT_PUBLIC pkgVersionMatch
public:
- enum MatchType {None = 0,Version,Release,Origin} Type;
+ enum MatchType {None = 0,Version,Release,Origin, SourceVersion} Type;
bool MatchVer(const char *A,std::string B,bool Prefix) APT_PURE;
static bool ExpressionMatches(const char *pattern, const char *string);