diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2016-02-10 00:20:23 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2016-02-10 00:20:23 +0100 |
commit | b436db98fe123f4b0c83df3532881b038f7d9a9d (patch) | |
tree | aa048f548d9037bd3eca6df0d415a8dd314e0ac8 /sql/sql_connect.h | |
parent | b3093073b1ec076ad7ef5ef8b8fca9022864a890 (diff) | |
download | mariadb-git-b436db98fe123f4b0c83df3532881b038f7d9a9d.tar.gz |
Fix compilation10.2-ssl
Diffstat (limited to 'sql/sql_connect.h')
-rw-r--r-- | sql/sql_connect.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |