diff options
Diffstat (limited to 'include/connection.h')
-rw-r--r-- | include/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.h b/include/connection.h index 5f72fbde0..65d342447 100644 --- a/include/connection.h +++ b/include/connection.h @@ -22,7 +22,7 @@ /** connection is the base class of userrec, and holds basic user properties. * This can be extended for holding other user-like objects in the future. */ -class connection : public EventHandler +class CoreExport connection : public EventHandler { public: /** Hostname of connection. |