From b436db98fe123f4b0c83df3532881b038f7d9a9d Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Wed, 10 Feb 2016 00:20:23 +0100 Subject: Fix compilation --- sql/sql_connect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_connect.h') diff --git a/sql/sql_connect.h b/sql/sql_connect.h index 902ebfa41c9..22a12e845c7 100644 --- a/sql/sql_connect.h +++ b/sql/sql_connect.h @@ -26,7 +26,7 @@ Object to hold connect information to be given to the newly created thread */ -class scheduler_functions; +struct scheduler_functions; class CONNECT : public ilink { public: -- cgit v1.2.1