diff options
author | monty@mysql.com <> | 2003-12-21 02:07:45 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2003-12-21 02:07:45 +0200 |
commit | c6ed2a625b0f89e1cb95cdda5684238f039d77a7 (patch) | |
tree | b4b50b6b03398c2d68a97d79f6b2d07eb470327e /sql/sp_rcontext.h | |
parent | 0fb8aec1afb4aa62046dbabaa6c6dd210463a6d1 (diff) | |
download | mariadb-git-c6ed2a625b0f89e1cb95cdda5684238f039d77a7.tar.gz |
Update for VC++
(Fixed project files, compiler warnings etc..)
Diffstat (limited to 'sql/sp_rcontext.h')
-rw-r--r-- | sql/sp_rcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_rcontext.h b/sql/sp_rcontext.h index 6526ed58575..5d836998cb1 100644 --- a/sql/sp_rcontext.h +++ b/sql/sp_rcontext.h @@ -23,7 +23,7 @@ #endif struct sp_cond_type; -struct sp_cursor; +class sp_cursor; struct sp_pvar; #define SP_HANDLER_NONE 0 |