From 80c09792394a213f19d1384e61fdf8dfc3fce49a Mon Sep 17 00:00:00 2001 From: peavey Date: Sun, 11 Oct 2009 22:32:06 +0000 Subject: More CoreExport, brought the errors down, but some still persist. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11846 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/protocol.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/protocol.h') diff --git a/include/protocol.h b/include/protocol.h index a3afe9fb3..c6db5155e 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -18,9 +18,9 @@ class User; -typedef std::vector parameterlist; +CoreExport typedef std::vector parameterlist; -class ProtoServer +class CoreExport ProtoServer { public: std::string servername; @@ -31,9 +31,9 @@ class ProtoServer unsigned int latencyms; }; -typedef std::list ProtoServerList; +CoreExport typedef std::list ProtoServerList; -class ProtocolInterface : public Extensible +class CoreExport ProtocolInterface : public Extensible { public: ProtocolInterface() { } -- cgit v1.2.3