From 7cbdd6de7eebbe76568d5de36b4457b9ffda5a84 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 5 Jul 2002 08:15:57 +0300 Subject: [PATCH] cleanup --- sql/item_subselect.h | 2 +- sql/sql_lex.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/item_subselect.h b/sql/item_subselect.h index 3f363df33df..88ea01f9c68 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -20,7 +20,7 @@ #pragma interface /* gcc class implementation */ #endif -struct st_select_lex; +class st_select_lex; class JOIN; class select_subselect; diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 470230c0999..af80b175cd3 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -236,7 +236,7 @@ private: bool create_total_list_n_last_return(THD *thd, st_lex *lex, TABLE_LIST ***result); }; -typedef struct st_select_lex_unit SELECT_LEX_UNIT; +typedef class st_select_lex_unit SELECT_LEX_UNIT; /* SELECT_LEX - store information of parsed SELECT_LEX statment @@ -284,7 +284,7 @@ public: friend void mysql_init_query(THD *thd); }; -typedef struct st_select_lex SELECT_LEX; +typedef class st_select_lex SELECT_LEX; class Set_option :public Sql_alloc { public: