]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefilter.h
force fancy progressbar redraw on window size change
[apt.git] / apt-pkg / cachefilter.h
index 34b7d0b46eb634f4b67ddf9bb7470ecf9b50c33e..49d2855f5c198c0f1e7dc0b4eea4d13332b6066e 100644 (file)
@@ -7,6 +7,7 @@
 #define APT_CACHEFILTER_H
 // Include Files                                                       /*{{{*/
 #include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
 
 #include <string>
 
@@ -47,7 +48,7 @@ public:
 /** \class PackageArchitectureMatchesSpecification
    \brief matching against architecture specification strings
 
-   The strings are of the format <kernel>-<cpu> where either component,
+   The strings are of the format \<kernel\>-\<cpu\> where either component,
    or the whole string, can be the wildcard "any" as defined in
    debian-policy ยง11.1 "Architecture specification strings".