From 83bd97261c6f74433c697aa3c4f15216695411d3 Mon Sep 17 00:00:00 2001 From: Richard Walters Date: Fri, 24 Aug 2018 13:59:42 -0700 Subject: remove redundant 'struct' from pimpl pattern --- include/Uri/Uri.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Uri') diff --git a/include/Uri/Uri.hpp b/include/Uri/Uri.hpp index 82b426f..431203e 100644 --- a/include/Uri/Uri.hpp +++ b/include/Uri/Uri.hpp @@ -334,7 +334,7 @@ namespace Uri { /** * This contains the private properties of the instance. */ - std::unique_ptr< struct Impl > impl_; + std::unique_ptr< Impl > impl_; }; } -- cgit v1.2.3