aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/PostBuildLint.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 14:45:00 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:44:41 -0700
commitd1141e6054ffde134d1a3d80d484d2d2b959e408 (patch)
treeb2ed7b12aed3d35082ef28ff44c6165b07fdd091 /toolsrc/include/PostBuildLint.h
parent1c1423014f5aab77339ebcb261e1d33e3106ec5d (diff)
downloadvcpkg-d1141e6054ffde134d1a3d80d484d2d2b959e408.tar.gz
vcpkg-d1141e6054ffde134d1a3d80d484d2d2b959e408.zip
package_spec -> PackageSpec
Diffstat (limited to 'toolsrc/include/PostBuildLint.h')
-rw-r--r--toolsrc/include/PostBuildLint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/PostBuildLint.h b/toolsrc/include/PostBuildLint.h
index 73c8ec54b..1f96b02f1 100644
--- a/toolsrc/include/PostBuildLint.h
+++ b/toolsrc/include/PostBuildLint.h
@@ -1,8 +1,8 @@
#pragma once
-#include "package_spec.h"
+#include "PackageSpec.h"
#include "vcpkg_paths.h"
namespace vcpkg::PostBuildLint
{
- size_t perform_all_checks(const package_spec& spec, const vcpkg_paths& paths);
+ size_t perform_all_checks(const PackageSpec& spec, const vcpkg_paths& paths);
}