summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/operserv.h3
-rw-r--r--include/services.h2
2 files changed, 3 insertions, 2 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;
diff --git a/include/services.h b/include/services.h
index 571839050..c72d7d1f0 100644
--- a/include/services.h
+++ b/include/services.h
@@ -1143,7 +1143,7 @@ class ChanServTimer : public Timer
* passed to the function to be incorrect. This keeps us from having to have an
* 'in use' flag on everything.
*/
-class NumberList
+class CoreExport NumberList
{
private:
std::set<unsigned> numbers;