diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 21:32:25 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-05 21:32:25 +0500 |
| commit | dc39575fb3ef90e5a2689babe7fb335cd88f6727 (patch) | |
| tree | 24f6cef8f2b558ae6f1f812c75be0c09a53fe417 /FL/Fl_Help_View.H | |
| parent | 7d3793ce1d8cb26e7608bf859beca21359cec6e9 (diff) | |
wip
Diffstat (limited to 'FL/Fl_Help_View.H')
| -rw-r--r-- | FL/Fl_Help_View.H | 7 |
1 files changed, 1 insertions, 6 deletions
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 <memory> // 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> 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 |
