Commit c75cfc35 authored by konstantin@mysql.com's avatar konstantin@mysql.com

Fix a -ansi -pedantic compile failure.

parent f5f6ed8b
......@@ -42,7 +42,7 @@ class Instance
void kill_instance(int signo);
int is_crashed();
void set_crash_flag_n_wake_all();
Instance_map *Instance::get_map();
Instance_map *get_map();
public:
enum { DEFAULT_SHUTDOWN_DELAY= 35 };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment