From dc39575fb3ef90e5a2689babe7fb335cd88f6727 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Thu, 5 Feb 2026 21:32:25 +0500 Subject: wip --- FL/Fl_Help_View.H | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'FL/Fl_Help_View.H') diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index 079b6ef83..f636d0598 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -27,11 +27,6 @@ #include "Fl_Group.H" #include "Fl_Scrollbar.H" -// -// System and C++ header files -// - -#include // std::unique_ptr<> // // Forward declarations and typedefs @@ -119,7 +114,7 @@ class FL_EXPORT Fl_Help_View : public Fl_Group { private: class Impl; - std::unique_ptr impl_; ///< Pointer to the implementation details + Impl *impl_; ///< Pointer to the implementation details Fl_Scrollbar scrollbar_; ///< Vertical scrollbar for document Fl_Scrollbar hscrollbar_; ///< Horizontal scrollbar -- cgit v1.2.3