diff options
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 d90a52f91..fc10fec4e 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -126,7 +126,7 @@ public: }; }; -class SocketException : public CoreException +class CoreExport SocketException : public CoreException { public: /** Constructor for socket exceptions |