Skip to content

Commit 7b2ffd5

Browse files
Daniel Lemireanonrig
authored andcommitted
missing typename
1 parent 2dca388 commit 7b2ffd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ada/url_pattern.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ class url_pattern_component {
236236

237237
std::string to_string() const;
238238

239-
regex_provider::regex_type regexp{};
239+
typename regex_provider::regex_type regexp{};
240240
std::string pattern{};
241241
std::vector<std::string> group_name_list{};
242242
bool has_regexp_groups = false;

0 commit comments

Comments
 (0)