Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Sep 28, 2024
1 parent 4cdf8f7 commit 1733a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter/text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void Filter_Text::add_usfm_code (std::string usfm)

// This function runs the filter.
// $stylesheet - The stylesheet to use.
void Filter_Text::run (std::string stylesheet) // Todo
void Filter_Text::run (std::string stylesheet)
{
// Get the styles.
get_styles (stylesheet);
Expand Down

0 comments on commit 1733a18

Please sign in to comment.