Skip to content

Commit 9fb3199

Browse files
author
cbell/Chuck@mysql_cab_desk.
committed
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.
1 parent 0322284 commit 9fb3199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/event_data_objects.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ class Event_parse_data : public Sql_alloc
294294
check_if_in_the_past(THD *thd, my_time_t ltime_utc);
295295

296296
Event_parse_data(const Event_parse_data &); /* Prevent use of these */
297-
void Event_parse_data::check_originator_id(THD *thd);
297+
void check_originator_id(THD *thd);
298298
void operator=(Event_parse_data &);
299299
};
300300

0 commit comments

Comments
 (0)