diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-29 17:17:45 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-29 17:17:45 -0800 |
| commit | 74f69ade187dbe091cb00ace4d40ef9d20a3e416 (patch) | |
| tree | 3ed1cea0cbedc516f7f8f523bb49473ceeb15698 /toolsrc/src/BuildInfo.cpp | |
| parent | af120041b68f2b9221bdd3cf0047f7e20705aa5a (diff) | |
| download | vcpkg-74f69ade187dbe091cb00ace4d40ef9d20a3e416.tar.gz vcpkg-74f69ade187dbe091cb00ace4d40ef9d20a3e416.zip | |
Introduce PostBuildLint namespace
Diffstat (limited to 'toolsrc/src/BuildInfo.cpp')
| -rw-r--r-- | toolsrc/src/BuildInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/BuildInfo.cpp b/toolsrc/src/BuildInfo.cpp index 44c7fdcf0..d96df8e8c 100644 --- a/toolsrc/src/BuildInfo.cpp +++ b/toolsrc/src/BuildInfo.cpp @@ -2,7 +2,7 @@ #include "vcpkg_Checks.h" #include "vcpkglib_helpers.h" -namespace vcpkg +namespace vcpkg { namespace PostBuildLint { const ConfigurationType& BuildType::config() const { @@ -161,4 +161,4 @@ namespace vcpkg { return this->m_dll_name; } -} +}} |
