From 1733a1814c527b59337afd06bf5e8cd0fb8014a2 Mon Sep 17 00:00:00 2001 From: Teus Benschop Date: Sat, 28 Sep 2024 17:25:58 +0200 Subject: [PATCH] Cleanup https://github.com/bibledit/cloud/issues/962 --- filter/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/text.cpp b/filter/text.cpp index 30c94563..8c10a85c 100644 --- a/filter/text.cpp +++ b/filter/text.cpp @@ -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);