diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2018-07-01 23:39:59 -0700 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2018-07-01 23:39:59 -0700 |
commit | ff1f4f43d37d0f3c3b599e6a714239962e1cc2f7 (patch) | |
tree | b11a356e3779178c744b6173b32bf90c66d0e6e7 /src/Uri.cpp | |
parent | b6728bb7151b3b72cbd6787e3a9d9d581c6e741c (diff) |
Rename IsCharacterInSet module to CharacterSet
Diffstat (limited to 'src/Uri.cpp')
-rw-r--r-- | src/Uri.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Uri.cpp b/src/Uri.cpp index 08304d3..03eff68 100644 --- a/src/Uri.cpp +++ b/src/Uri.cpp @@ -6,7 +6,7 @@ * © 2018 by Richard Walters */ -#include "IsCharacterInSet.hpp" +#include "CharacterSet.hpp" #include "NormalizeCaseInsensitiveString.hpp" #include "PercentEncodedCharacterDecoder.hpp" |