summaryrefslogtreecommitdiff
path: root/include/sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sockets.h')
-rw-r--r--include/sockets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sockets.h b/include/sockets.h
index 12cba7b7f..8fc675614 100644
--- a/include/sockets.h
+++ b/include/sockets.h
@@ -96,7 +96,7 @@ class CoreExport cidr
bool operator==(const cidr &other) const;
bool operator!=(const cidr &other) const;
- struct hash
+ struct CoreExport hash
{
size_t operator()(const cidr &s) const;
};