Commit d6c3f0f4 authored by unknown's avatar unknown

Fix a -ansi -pedantic compile failure.

parent 78154083
...@@ -42,7 +42,7 @@ class Instance ...@@ -42,7 +42,7 @@ class Instance
void kill_instance(int signo); void kill_instance(int signo);
int is_crashed(); int is_crashed();
void set_crash_flag_n_wake_all(); void set_crash_flag_n_wake_all();
Instance_map *Instance::get_map(); Instance_map *get_map();
public: public:
enum { DEFAULT_SHUTDOWN_DELAY= 35 }; 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