From 88c19567056a50a65605e879ab3887442edc5b1d Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 13 Jul 2019 21:33:48 -0400 Subject: Update comment in PointerHolder --- include/qpdf/PointerHolder.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/qpdf/PointerHolder.hh b/include/qpdf/PointerHolder.hh index 18833773..a12df55f 100644 --- a/include/qpdf/PointerHolder.hh +++ b/include/qpdf/PointerHolder.hh @@ -22,7 +22,7 @@ #ifndef POINTERHOLDER_HH #define POINTERHOLDER_HH -// This class is basically boost::shared_pointer but predates that by +// This class is basically std::shared_ptr but predates that by // several years. // This class expects to be initialized with a dynamically allocated -- cgit v1.2.3-54-g00ecf