]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcachegen.h
move permission changing from -item to -worker
[apt.git] / apt-pkg / pkgcachegen.h
index e1d22b88f95245d4c0db69b32f5d2c61bd911165..54c4f9e7a7260a97df5ef895f70c3698093cbb8e 100644 (file)
@@ -95,8 +95,8 @@ class pkgCacheGenerator                                                       /*{{{*/
 
    public:
 
-   enum StringType { MIXED, PKGNAME, VERSION, SECTION };
-   map_stringitem_t StoreString(enum StringType const type, const char * S, unsigned int const Size);
+   enum StringType { MIXED, PKGNAME, VERSIONNUMBER, SECTION };
+   map_stringitem_t StoreString(StringType const type, const char * S, unsigned int const Size);
    inline map_stringitem_t StoreString(enum StringType const type, const std::string &S) {return StoreString(type, S.c_str(),S.length());};
 
    void DropProgress() {Progress = 0;};