Skip to content

Commit

Permalink
resolve clang issue
Browse files Browse the repository at this point in the history
  • Loading branch information
b3brodie committed Oct 13, 2024
1 parent 938b94a commit 61c43b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const std::vector<std::pair<std::string, translation>> &get_mod_list_categories(
const std::vector<std::pair<std::string, translation>> &get_mod_list_tabs();
const std::map<std::string, std::string> &get_mod_list_cat_tab();

mod_id get_base_id( mod_id full_mod_id );
mod_id get_base_id( mod_id full_id );

struct MOD_INFORMATION {
private:
Expand Down

0 comments on commit 61c43b7

Please sign in to comment.