diff options
Diffstat (limited to 'toolsrc/include/BinaryParagraph.h')
| -rw-r--r-- | toolsrc/include/BinaryParagraph.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/BinaryParagraph.h b/toolsrc/include/BinaryParagraph.h index 3d9cfb9fb..f0f7b092b 100644 --- a/toolsrc/include/BinaryParagraph.h +++ b/toolsrc/include/BinaryParagraph.h @@ -2,7 +2,7 @@ #include <unordered_map> #include "SourceParagraph.h" -#include "package_spec.h" +#include "PackageSpec.h" namespace vcpkg { @@ -18,7 +18,7 @@ namespace vcpkg std::string dir() const; - package_spec spec; + PackageSpec spec; std::string version; std::string description; std::string maintainer; |
