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