diff options
Diffstat (limited to 'apt-pkg/contrib/error.h')
-rw-r--r-- | apt-pkg/contrib/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/error.h b/apt-pkg/contrib/error.h index ed8c19153..1fb0ede4a 100644 --- a/apt-pkg/contrib/error.h +++ b/apt-pkg/contrib/error.h @@ -333,7 +333,7 @@ private: /*{{{*/ bool PendingFlag; struct MsgStack { - std::list<Item> const Messages; + std::list<Item> Messages; bool const PendingFlag; MsgStack(std::list<Item> const &Messages, bool const &Pending) : |