]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edsplistparser.cc
Release 1.4~beta1
[apt.git] / apt-pkg / edsp / edsplistparser.cc
index dd8890f0e52d40dcad180974ee52a9632f0e95a3..4119639a6e4cb4673a97fa577e94a874e031da13 100644 (file)
@@ -20,6 +20,9 @@
 #include <apt-pkg/tagfile.h>
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/pkgsystem.h>
+#include <apt-pkg/string_view.h>
+
+#include <array>
 
                                                                        /*}}}*/
 
@@ -51,9 +54,9 @@ std::vector<std::string> edspLikeListParser::AvailableDescriptionLanguages()
 {
    return {};
 }
-MD5SumValue edspLikeListParser::Description_md5()
+APT::StringView edspLikeListParser::Description_md5()
 {
-   return MD5SumValue("");
+   return APT::StringView();
 }
                                                                        /*}}}*/
 // ListParser::VersionHash - Compute a unique hash for this version    /*{{{*/