From b28afecb468e1f8f879cce538f701533ec8b87a9 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 5 Jul 2025 15:29:42 +0200 Subject: Fl_Help_View: C++ formatting fix. --- FL/Fl_Help_View.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index 2f45475f5..5d5ed8f3f 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -184,7 +184,7 @@ private: // data members std::string title_; ///< Title string from tag Font_Stack fstack_; ///< Font and style stack std::vector<Text_Block> blocks_; ///< List of all text blocks on screen - std::vector<std::shared_ptr<Link>> link_list_; ///< List of all clickable links and their position on screen + std::vector<std::shared_ptr<Link> > link_list_; ///< List of all clickable links and their position on screen std::map<std::string, int> target_line_map_; ///< List of vertical position of all HTML Targets in a document int topline_; ///< Vertical offset of document, measure in pixels -- cgit v1.2.3