diff options
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 |