diff options
| author | Daniel Shaw <t-dansha@microsoft.com> | 2017-06-05 17:55:06 -0700 |
|---|---|---|
| committer | Daniel Shaw <t-dansha@microsoft.com> | 2017-06-06 14:02:59 -0700 |
| commit | cc443d1c6b10735f9e4e5d439432124ffcfb376f (patch) | |
| tree | bad7f33b69ff29ea32cd5d220834248873c83086 /toolsrc/include/SourceParagraph.h | |
| parent | 6c09b1dd240cc295c6b123ce3597ae612e872e2d (diff) | |
| download | vcpkg-cc443d1c6b10735f9e4e5d439432124ffcfb376f.tar.gz vcpkg-cc443d1c6b10735f9e4e5d439432124ffcfb376f.zip | |
minor changes
Diffstat (limited to 'toolsrc/include/SourceParagraph.h')
| -rw-r--r-- | toolsrc/include/SourceParagraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/SourceParagraph.h b/toolsrc/include/SourceParagraph.h index 9874eb3a9..7b0fa3178 100644 --- a/toolsrc/include/SourceParagraph.h +++ b/toolsrc/include/SourceParagraph.h @@ -32,7 +32,7 @@ namespace vcpkg static ExpectedT<SourceParagraph, ParseControlErrorInfo> parse_control_file( std::unordered_map<std::string, std::string> fields); - SourceParagraph(); + SourceParagraph() = default; std::string name; std::string version; |
