Merge remote-tracking branch 'origin/release-2021' into master
[alexxy/gromacs.git] / src / gromacs / analysisdata / modules / histogram.h
index 0e653b6f798ad0a6df77f87021d4806059ba7bf8..f71a1e0b615fc53a245bf2d0366cbd6fab45a35c 100644 (file)
@@ -425,7 +425,7 @@ private:
 
     class Impl;
 
-    PrivateImplPointer<Impl> impl_;
+    std::unique_ptr<Impl> impl_;
 
     // Copy and assign disallowed by base.
 };
@@ -487,7 +487,7 @@ private:
 
     class Impl;
 
-    PrivateImplPointer<Impl> impl_;
+    std::unique_ptr<Impl> impl_;
 
     // Copy and assign disallowed by base.
 };
@@ -535,7 +535,7 @@ public:
 private:
     class Impl;
 
-    PrivateImplPointer<Impl> impl_;
+    std::unique_ptr<Impl> impl_;
 
     // Copy and assign disallowed by base.
 };