]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edsplistparser.h
Use --add-location=file for po/ and doc/po
[apt.git] / apt-pkg / edsp / edsplistparser.h
index 2212293022c6f38bb3cb755854c1693c791f8a09..25363e1c70524e604e92d3a005142b4f7085a7fa 100644 (file)
 #endif
 
 class FileFd;
+class edspListParserPrivate;
 
 class APT_HIDDEN edspListParser : public debListParser
 {
-   void * const d;
+   edspListParserPrivate * const d;
    public:
    virtual bool NewVersion(pkgCache::VerIterator &Ver) APT_OVERRIDE;
    virtual std::string Description();