]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcachegen.cc
add d-pointer, virtual destructors and de-inline de/constructors
[apt.git] / apt-pkg / pkgcachegen.cc
index ea02059447b8089c60b3ef8f6188167caf8b6347..54e2ef19c07b80c6fbffe445bb872f3377ddc4ad 100644 (file)
@@ -1720,3 +1720,6 @@ bool pkgCacheGenerator::FinishCache(OpProgress * /*Progress*/)
    return true;
 }
                                                                        /*}}}*/
+
+pkgCacheGenerator::ListParser::ListParser() : Owner(NULL), OldDepLast(NULL), FoundFileDeps(false) {}
+pkgCacheGenerator::ListParser::~ListParser() {}