Skip to content

Commit

Permalink
Fix hidden overload warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkOates committed May 22, 2016
1 parent a56ff0f commit 181d57f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/allegro_flare/gui/gui_screen.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class UIScreen : public Screen, public UIWidget

// for the builder
void primary_timer_func();
using UIWidget::mouse_axes_func;
void mouse_axes_func();
void mouse_down_func();
void mouse_up_func();
Expand Down

0 comments on commit 181d57f

Please sign in to comment.