From f9dba119db7e476bf45a575b3636363c3088c648 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 29 Mar 2007 13:21:59 -0400 Subject: WL#3629 - Replication of Invocation and Invoked Features This patch corrects an error in the header file concerning a method declaration in the header file. Compiles ok on Windows, but not on Linux. sql/event_data_objects.h: WL#3629 - Replication of Invocation and Invoked Features This patch corrects an error in the header file concerning a method declaration in the header file. --- sql/event_data_objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/event_data_objects.h') diff --git a/sql/event_data_objects.h b/sql/event_data_objects.h index 18e8aeb21cf..d1d213901f0 100644 --- a/sql/event_data_objects.h +++ b/sql/event_data_objects.h @@ -294,7 +294,7 @@ private: check_if_in_the_past(THD *thd, my_time_t ltime_utc); Event_parse_data(const Event_parse_data &); /* Prevent use of these */ - void Event_parse_data::check_originator_id(THD *thd); + void check_originator_id(THD *thd); void operator=(Event_parse_data &); }; -- cgit v1.2.1