diff --git a/util/stdlib/pointer_container.h b/util/stdlib/pointer_container.h index 23c35d7c..cb3e8364 100644 --- a/util/stdlib/pointer_container.h +++ b/util/stdlib/pointer_container.h @@ -50,7 +50,7 @@ class PointerContainer : public ContainerType { //! \note No attempt is made to `delete` elements that are removed from the //! vector by other means, such as replacement or `clear()`. template -class PointerVector : public PointerContainer> {}; +using PointerVector = PointerContainer>; } // namespace crashpad