aboutsummaryrefslogtreecommitdiff
path: root/src/CharacterSet.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CharacterSet.hpp')
-rw-r--r--src/CharacterSet.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CharacterSet.hpp b/src/CharacterSet.hpp
index ba271f6..5abefdc 100644
--- a/src/CharacterSet.hpp
+++ b/src/CharacterSet.hpp
@@ -94,7 +94,7 @@ namespace Uri {
/**
* This contains the private properties of the instance.
*/
- std::unique_ptr< struct Impl > impl_;
+ std::unique_ptr< Impl > impl_;
};
}