aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/Paragraphs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/Paragraphs.cpp')
-rw-r--r--toolsrc/src/Paragraphs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/Paragraphs.cpp b/toolsrc/src/Paragraphs.cpp
index d6784bc63..0d91e95a9 100644
--- a/toolsrc/src/Paragraphs.cpp
+++ b/toolsrc/src/Paragraphs.cpp
@@ -1,7 +1,7 @@
#include "pch.h"
#include "Paragraphs.h"
#include "vcpkg_Files.h"
-#include "paragraph_parse_result.h"
+#include "ParagraphParseResult.h"
namespace vcpkg::Paragraphs
{
@@ -203,7 +203,7 @@ namespace vcpkg::Paragraphs
return p.at(0);
}
- return std::error_code(paragraph_parse_result::EXPECTED_ONE_PARAGRAPH);
+ return std::error_code(ParagraphParseResult::EXPECTED_ONE_PARAGRAPH);
}
expected<std::vector<std::unordered_map<std::string, std::string>>> parse_paragraphs(const std::string& str)