summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp/edspindexfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/edsp/edspindexfile.h')
-rw-r--r--apt-pkg/edsp/edspindexfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/edsp/edspindexfile.h b/apt-pkg/edsp/edspindexfile.h
index e146ca80c..4ac0f9d72 100644
--- a/apt-pkg/edsp/edspindexfile.h
+++ b/apt-pkg/edsp/edspindexfile.h
@@ -40,7 +40,7 @@ protected:
virtual std::string GetComponent() const APT_OVERRIDE;
public:
- virtual const Type *GetType() const APT_OVERRIDE APT_CONST;
+ virtual const Type *GetType() const APT_OVERRIDE APT_PURE;
edspIndex(std::string const &File);
virtual ~edspIndex();
@@ -53,7 +53,7 @@ protected:
virtual std::string GetComponent() const APT_OVERRIDE;
public:
- virtual const Type *GetType() const APT_OVERRIDE APT_CONST;
+ virtual const Type *GetType() const APT_OVERRIDE APT_PURE;
eippIndex(std::string const &File);
virtual ~eippIndex();