]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debmetaindex.h
Merge branch 'debian/sid' into debian/experimental
[apt.git] / apt-pkg / deb / debmetaindex.h
index 7091c198f3867528782025106f1ac37951169720..3995439536f109e079100a17a05bde99a44ad88c 100644 (file)
@@ -36,7 +36,7 @@ class debReleaseIndex : public metaIndex {
    /** \brief dpointer placeholder (for later in case we need it) */
    void *d;
    std::map<std::string, std::vector<debSectionEntry const*> > ArchEntries;
-   enum { ALWAYS_TRUSTED, NEVER_TRUSTED, CHECK_TRUST } Trusted;
+   enum APT_HIDDEN { ALWAYS_TRUSTED, NEVER_TRUSTED, CHECK_TRUST } Trusted;
 
    public: