1
0
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:
Adam
2010-06-20 20:05:23 -04:00
parent 63d7bee2a6
commit 0d2d7e9968
3 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -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
View File
@@ -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;