diff options
Diffstat (limited to 'apt-pkg/prettyprinters.h')
-rw-r--r-- | apt-pkg/prettyprinters.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |