Commit 88c19567056a50a65605e879ab3887442edc5b1d

Authored by Jay Berkenbilt
1 parent 8f06da75

Update comment in PointerHolder

Showing 1 changed file with 1 additions and 1 deletions
include/qpdf/PointerHolder.hh
@@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
22 #ifndef POINTERHOLDER_HH 22 #ifndef POINTERHOLDER_HH
23 #define POINTERHOLDER_HH 23 #define POINTERHOLDER_HH
24 24
25 -// This class is basically boost::shared_pointer but predates that by 25 +// This class is basically std::shared_ptr but predates that by
26 // several years. 26 // several years.
27 27
28 // This class expects to be initialized with a dynamically allocated 28 // This class expects to be initialized with a dynamically allocated