]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/error.h
warning: cast from type A to type B casts away qualifiers [-Wcast-qual]
[apt.git] / apt-pkg / contrib / error.h
index bcee70b1adaa5ee94c1763f260fda00c8ef4d6c7..c06e45ee4034684544fad8e121e00e8ae5d17a86 100644 (file)
@@ -232,11 +232,11 @@ public:                                                                   /*{{{*/
         *  if you want to check if also no notices happened set the parameter
         *  flag to \b false.
         *
-        *  \param WithoutNotice does notices count, default is \b true, so no
+        *  \param threshold minimim level considered
         *
         *  \return \b true if an the list is empty, \b false otherwise
         */
-       bool empty(MsgType const &trashhold = WARNING) const;
+       bool empty(MsgType const &threshold = WARNING) const;
 
        /** \brief returns and removes the first (or last) message in the list
         *