summaryrefslogtreecommitdiff
path: root/FL/Fl_Help_View.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Help_View.H')
-rw-r--r--FL/Fl_Help_View.H7
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