Skip to content

Commit

Permalink
WIP: fix linker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aginor committed Apr 28, 2017
1 parent 43b85f7 commit dd20085
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/hotkey/hotkey_item.cpp
Expand Up @@ -450,7 +450,7 @@ void save_hotkeys(config& cfg)
}
}

std::string get_names(std::string id)
std::string get_names(const std::string& id)
{
// Names are used in places like the hot-key preferences menu
std::vector<std::string> names;
Expand Down
2 changes: 0 additions & 2 deletions src/hotkey/hotkey_item.hpp
Expand Up @@ -438,8 +438,6 @@ std::string get_names(const std::string& id);
*/
void save_hotkeys(config& cfg);

hotkey_ptr show_binding_dialog(CVideo& video, const std::string& id);

bool is_hotkeyable_event(const SDL_Event &event);

}
Expand Down

0 comments on commit dd20085

Please sign in to comment.