Skip to content

Commit

Permalink
Fix warnings about missing function prototypes (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryLundberg authored and CelticMinstrel committed Aug 5, 2017
1 parent 98648dd commit 3acd4b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/widgets/widget_helpers.cpp
Expand Up @@ -12,6 +12,8 @@
See the COPYING file for more details.
*/

#include "gui/widgets/widget_helpers.hpp"

#include "gui/auxiliary/find_widget.hpp"
#include "gui/widgets/grid.hpp"
#include "gui/widgets/widget.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/sound.hpp
Expand Up @@ -106,6 +106,7 @@ void set_UI_volume(int vol);

unsigned int get_current_track();
std::shared_ptr<sound::music_track> get_previous_music_track();
void set_previous_track(std::shared_ptr<music_track>);
unsigned int get_num_tracks();
void remove_track(unsigned int i);
void play_track(unsigned int i);
Expand Down

0 comments on commit 3acd4b8

Please sign in to comment.