From db678df196ccd8f9f6fb336706cf5701d1e53aa6 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 13 Aug 2019 19:15:19 +0200 Subject: apt-pkg: default visibility to hidden --- apt-pkg/prettyprinters.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/prettyprinters.h') diff --git a/apt-pkg/prettyprinters.h b/apt-pkg/prettyprinters.h index 40f9d6628..80b7729af 100644 --- a/apt-pkg/prettyprinters.h +++ b/apt-pkg/prettyprinters.h @@ -31,7 +31,7 @@ struct PrettyDep }; } -std::ostream& operator<<(std::ostream& os, const APT::PrettyPkg& pp); -std::ostream& operator<<(std::ostream& os, const APT::PrettyDep& pd); +APT_PUBLIC std::ostream& operator<<(std::ostream& os, const APT::PrettyPkg& pp); +APT_PUBLIC std::ostream& operator<<(std::ostream& os, const APT::PrettyDep& pd); #endif -- cgit v1.2.3-70-g09d2