aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/post_build_lint.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-29 17:17:45 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-29 17:17:45 -0800
commit74f69ade187dbe091cb00ace4d40ef9d20a3e416 (patch)
tree3ed1cea0cbedc516f7f8f523bb49473ceeb15698 /toolsrc/include/post_build_lint.h
parentaf120041b68f2b9221bdd3cf0047f7e20705aa5a (diff)
downloadvcpkg-74f69ade187dbe091cb00ace4d40ef9d20a3e416.tar.gz
vcpkg-74f69ade187dbe091cb00ace4d40ef9d20a3e416.zip
Introduce PostBuildLint namespace
Diffstat (limited to 'toolsrc/include/post_build_lint.h')
-rw-r--r--toolsrc/include/post_build_lint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/post_build_lint.h b/toolsrc/include/post_build_lint.h
index bc916a7af..a5fb9149f 100644
--- a/toolsrc/include/post_build_lint.h
+++ b/toolsrc/include/post_build_lint.h
@@ -2,7 +2,7 @@
#include "package_spec.h"
#include "vcpkg_paths.h"
-namespace vcpkg
+namespace vcpkg {namespace PostBuildLint
{
void perform_all_checks(const package_spec& spec, const vcpkg_paths& paths);
-}
+}}