]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debrecords.h
Only support Translation-* that are listed in the {In,}Release file
[apt.git] / apt-pkg / deb / debrecords.h
index 2bd3f3c8f901ae04594de3edf1f13844f1e8268e..6b5f94334bba746b7747197e2e3454e1186ed526 100644 (file)
@@ -60,7 +60,7 @@ class debRecordParser : public pkgRecords::Parser
    virtual void GetRec(const char *&Start,const char *&Stop);
    
    debRecordParser(std::string FileName,pkgCache &Cache);
-   virtual ~debRecordParser() {};
+   virtual ~debRecordParser();
 };
 
 // custom record parser that reads deb files directly