10000 Maybe you should try compiling before committing next time · Dadie/docopt.cpp@f2618ab · GitHub
[go: up one dir, main page]

Skip to content

Commit f2618ab

Browse files
indianakernickjaredgrubb
authored andcommitted
Maybe you should try compiling before committing next time
1 parent 0718ad7 commit f2618ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docopt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ docopt::docopt_parse(std::string const& doc,
636636
std::vector<std::shared_ptr<LeafPattern>> collected;
637637
bool matched = pattern.fix().match(argv_patterns, collected);
638638
if (matched && argv_patterns.empty()) {
639-
options ret;
639+
docopt::options ret;
640640

641641
// (a.name, a.value) for a in (pattern.flat() + collected)
642642
for (auto* p : pattern.leaves()) {

0 commit comments

Comments
 (0)
0