aboutsummaryrefslogtreecommitdiff
path: root/include/Uri
diff options
context:
space:
mode:
Diffstat (limited to 'include/Uri')
-rw-r--r--include/Uri/Uri.hpp2
1 files changed, 1 insertions, 1 deletions
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_;
};
}