summaryrefslogtreecommitdiff
path: root/sql/threadpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/threadpool.h')
-rw-r--r--sql/threadpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/threadpool.h b/sql/threadpool.h
index 742c357dade..a392d11c15e 100644
--- a/sql/threadpool.h
+++ b/sql/threadpool.h
@@ -138,7 +138,7 @@ struct TP_pool
#ifdef _WIN32
struct TP_pool_win:TP_pool
{
- TP_pool_win();
+ TP_pool_win();
virtual int init();
virtual ~TP_pool_win();
virtual TP_connection *new_connection(CONNECT *c);