From e1b9005850d450a109ac023d62f263a817f18619 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 9 Sep 2008 09:50:09 +0000 Subject: peavey, w00t, this works now. Methods werent copied right. Please feel free to base the other sql module fixes on the diffs that i used to fix this. ALSO now works on win32, tested! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10485 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_mysql.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp index 5e6bcfce3..471178410 100644 --- a/src/modules/extra/m_mysql.cpp +++ b/src/modules/extra/m_mysql.cpp @@ -70,7 +70,6 @@ class SQLConnection; class MySQLListener; - typedef std::map ConnMap; static MySQLListener *MessagePipe = NULL; int QueueFD = -1; -- cgit v1.2.3