diff options
Diffstat (limited to 'src/apt.h')
| -rw-r--r-- | src/apt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ private slots: void token_dispatch(const TQString& tag, const TQString& value); private: - std::auto_ptr<Parsers::Parser> m_parser; + std::unique_ptr<Parsers::Parser> m_parser; /** apt-cache search * Performs apt-cache search, with the query encoded in url.query() |
