aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorDaniel Shaw <t-dansha@microsoft.com>2017-06-05 17:55:06 -0700
committerDaniel Shaw <t-dansha@microsoft.com>2017-06-06 14:02:59 -0700
commitcc443d1c6b10735f9e4e5d439432124ffcfb376f (patch)
treebad7f33b69ff29ea32cd5d220834248873c83086 /toolsrc/include
parent6c09b1dd240cc295c6b123ce3597ae612e872e2d (diff)
downloadvcpkg-cc443d1c6b10735f9e4e5d439432124ffcfb376f.tar.gz
vcpkg-cc443d1c6b10735f9e4e5d439432124ffcfb376f.zip
minor changes
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/SourceParagraph.h2
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;