summaryrefslogtreecommitdiff
path: root/include/operserv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/operserv.h')
-rw-r--r--include/operserv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/operserv.h b/include/operserv.h
index f3739fce0..c8a7e306a 100644
--- a/include/operserv.h
+++ b/include/operserv.h
@@ -43,8 +43,9 @@ enum XLineType
X_SZLINE
};
-struct XLine
+class CoreExport XLine
{
+ public:
ci::string Mask;
ci::string By;
time_t Created;