From 8a9c4ad6a3621296c62e1708886140e765b23be2 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 11 Jun 2019 14:38:54 +0200 Subject: Update symbols and hide some pkgTagSection ABI Gbp-Dch: ignore --- apt-pkg/tagfile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg') diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h index c2ec79504..d00a735c3 100644 --- a/apt-pkg/tagfile.h +++ b/apt-pkg/tagfile.h @@ -83,8 +83,8 @@ class pkgTagSection APT_HIDDEN bool FindFlag(Key key,uint8_t &Flags, uint8_t const Flag) const; APT_HIDDEN bool FindFlag(Key key,unsigned long &Flags, unsigned long Flag) const; APT_HIDDEN bool Exists(Key key) const; - APT::StringView Find(Key key) const; - APT::StringView FindRaw(Key key) const; + APT_HIDDEN APT::StringView Find(Key key) const; + APT_HIDDEN APT::StringView FindRaw(Key key) const; bool Find(APT::StringView Tag,const char *&Start, const char *&End) const; bool Find(APT::StringView Tag,unsigned int &Pos) const; APT::StringView Find(APT::StringView Tag) const; -- cgit v1.2.3