[vcpkg_Dependencies.cpp] Order of initialization

This commit is contained in:
Alexander Karatarakis 2017-08-28 18:03:01 -07:00
parent f3156ae3e4
commit 63a9572ecf

View File

@ -166,7 +166,7 @@ namespace vcpkg::Dependencies
InstallPlanAction::InstallPlanAction(const PackageSpec& spec,
const AnyParagraph& any_paragraph,
const RequestType& request_type)
: spec(spec), request_type(request_type), plan_type(InstallPlanType::UNKNOWN), any_paragraph(any_paragraph)
: spec(spec), any_paragraph(any_paragraph), plan_type(InstallPlanType::UNKNOWN), request_type(request_type)
{
if (auto p = any_paragraph.status_paragraph.get())
{