From da63714ed772deb3c4b7d8078092453534a3a31f Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 12 Jan 2006 18:30:47 +0100 Subject: [PATCH] sql/event.h remove extra qualification makeing gcc4 barf sql/event.h: remove extra qualification makeing gcc4 barf --- sql/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/event.h b/sql/event.h index 2a23534b97f..d302a2f70ab 100644 --- a/sql/event.h +++ b/sql/event.h @@ -136,7 +136,7 @@ public: init_ends(THD *thd, Item *ends); void - event_timed::init_body(THD *thd); + init_body(THD *thd); void init_comment(THD *thd, LEX_STRING *set_comment);