diff options
author | Adam <Adam@anope.org> | 2010-12-24 01:23:22 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-24 01:23:22 -0500 |
commit | 35e328bcb60a431d9e8ee86c40df571d3653c451 (patch) | |
tree | cf075013366372b1462a254f0923f66bc30dbbca /include/sockets.h | |
parent | befb4b364418a6e29d5ecb6bcefba565ab324978 (diff) |
Fixed Windows build
Diffstat (limited to 'include/sockets.h')
-rw-r--r-- | include/sockets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sockets.h b/include/sockets.h index c9e5bfed0..d5457cf05 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -340,7 +340,7 @@ class CoreExport ConnectionSocket : public BufferedSocket void Connect(const Anope::string &TargetHost, int Port, const Anope::string &BindHost = ""); }; -class ClientSocket : public BufferedSocket +class CoreExport ClientSocket : public BufferedSocket { public: /* Listen socket this connection came from */ |