mirror of
https://github.com/anope/anope.git
synced 2026-07-08 07:23:14 +02:00
Fixed Windows build
This commit is contained in:
+2
-1
@@ -43,8 +43,9 @@ enum XLineType
|
||||
X_SZLINE
|
||||
};
|
||||
|
||||
struct XLine
|
||||
class CoreExport XLine
|
||||
{
|
||||
public:
|
||||
ci::string Mask;
|
||||
ci::string By;
|
||||
time_t Created;
|
||||
|
||||
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user