Skip to content

Commit

Permalink
Override function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Sep 18, 2024
1 parent f269ae8 commit 07a0877
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/po_file_review.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ namespace i18n_check
return m_reviewFuzzy;
}

void review_strings() final { translation_catalog_review::review_strings(); }

private:
bool m_reviewFuzzy{ false };
};
Expand Down

0 comments on commit 07a0877

Please sign in to comment.