summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2025-07-05 15:29:42 +0200
committerMatthias Melcher <github@matthiasm.com>2025-07-05 15:29:42 +0200
commitb28afecb468e1f8f879cce538f701533ec8b87a9 (patch)
tree6ca564633efca896e5a30d1139b3193f0d29d3cf /FL
parent5d9961c1c356ad971b5dc084ab957bc82926d8c0 (diff)
Fl_Help_View: C++ formatting fix.
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Help_View.H2
1 files changed, 1 insertions, 1 deletions
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 <title> 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