diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2016-11-29 22:55:57 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2016-11-29 22:55:57 -0800 |
commit | ef1e4dfd2853abb2e8900c26c1c17bf053863e85 (patch) | |
tree | 3c8ee4c2b6232575c6f7b2979b462c5b565b22b1 /apt-pkg/pkgrecords.h | |
parent | a473295d01ed9c599926d9a8c212d4e1a404f78b (diff) |
Most interfaces (Maemo) need a high-level name :/.
Diffstat (limited to 'apt-pkg/pkgrecords.h')
-rw-r--r-- | apt-pkg/pkgrecords.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/pkgrecords.h b/apt-pkg/pkgrecords.h index 8da3265c6..a151fa123 100644 --- a/apt-pkg/pkgrecords.h +++ b/apt-pkg/pkgrecords.h @@ -92,6 +92,7 @@ class pkgRecords::Parser /*{{{*/ std::string LongDesc() {return LongDesc("");}; virtual std::string Name() {return std::string();}; + virtual std::string Display() {return std::string();} virtual std::string Homepage() {return std::string();} // An arbitrary custom field |