summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/hashes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/contrib/hashes.h')
-rw-r--r--apt-pkg/contrib/hashes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apt-pkg/contrib/hashes.h b/apt-pkg/contrib/hashes.h
index e2a9927ef..422c1e023 100644
--- a/apt-pkg/contrib/hashes.h
+++ b/apt-pkg/contrib/hashes.h
@@ -24,7 +24,7 @@ class FileFd;
// helper class that contains hash function name
// and hash
-class HashString
+class APT_PUBLIC HashString
{
protected:
std::string Type;
@@ -61,7 +61,7 @@ class HashString
static APT_PURE const char** SupportedHashes();
};
-class HashStringList
+class APT_PUBLIC HashStringList
{
public:
/** find best hash if no specific one is requested
@@ -166,7 +166,7 @@ class HashStringList
};
class PrivateHashes;
-class Hashes
+class APT_PUBLIC Hashes
{
PrivateHashes * const d;
public: