Skip to content

Commit

Permalink
Fix missing prototype errors caused by typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Feb 28, 2016
1 parent 2ad8939 commit 9965f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/events.hpp
Expand Up @@ -124,9 +124,9 @@ class pump_monitor {

void raise_process_event();
void raise_draw_event();
void rasie_draw_all_event();
void raise_draw_all_event();
void raise_volatile_draw_event();
void raise_volativle_draw_all_event();
void raise_volatile_draw_all_event();
void raise_volatile_undraw_event();
void raise_help_string_event(int mousex, int mousey);

Expand Down

0 comments on commit 9965f9e

Please sign in to comment.