summaryrefslogtreecommitdiff
path: root/sql/sp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sp.h')
-rw-r--r--sql/sp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sp.h b/sql/sp.h
index cf8f72d2cef..1de41eb3920 100644
--- a/sql/sp.h
+++ b/sql/sp.h
@@ -69,8 +69,9 @@ sp_drop_routine(THD *thd, int type, sp_name *name);
used by statement or routine.
*/
-struct Sroutine_hash_entry
+class Sroutine_hash_entry
{
+public:
/**
Set key consisting of one-byte routine type and quoted routine name.
*/