aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-01-30 15:29:02 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-01-30 21:52:43 -0800
commit836de4b0748617db6d06b0eef6fe9ccff9980b1f (patch)
tree1f61677d52afca7c606e39562006dae4f82faa1d /toolsrc/include
parenta7be90f823d9a3b33e58568c28836be33bda5ac8 (diff)
downloadvcpkg-836de4b0748617db6d06b0eef6fe9ccff9980b1f.tar.gz
vcpkg-836de4b0748617db6d06b0eef6fe9ccff9980b1f.zip
Fix remove_plan code
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Dependencies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_Dependencies.h b/toolsrc/include/vcpkg_Dependencies.h
index ac4a13e84..9180cb65e 100644
--- a/toolsrc/include/vcpkg_Dependencies.h
+++ b/toolsrc/include/vcpkg_Dependencies.h
@@ -42,7 +42,7 @@ namespace vcpkg::Dependencies
{
remove_plan_type plan_type;
request_type request_type;
- std::unique_ptr<StatusParagraph> status_pgh;
+ StatusParagraph* status_pgh;
};
struct package_spec_with_remove_plan