Skip to content

Commit

Permalink
Update gui_diplomacy_request_topbar.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Lizzie841 authored Apr 7, 2024
1 parent 7f27757 commit 75c6262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/gui_diplomacy_request_topbar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ void diplomatic_message_topbar_button::button_action(sys::state& state) noexcept
dmtl->impl_on_update(state);
}

void diplomatic_message_topbar_flag_button::button_action(sys::state& state) noexcept override {
void diplomatic_message_topbar_flag_button::button_action(sys::state& state) noexcept {
if(parent)
static_cast<diplomatic_message_topbar_entry_window*>(parent)->button_action(state);
}
Expand Down

0 comments on commit 75c6262

Please sign in to comment.