aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 14:26:13 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:44:41 -0700
commitc86dbc960e417659dd652a7448096cd71d95266e (patch)
treeabea24cb41c07f12fb40547040e6eb527b93f825 /toolsrc/include
parent3033da9142fd4adc7a7a163ac0839c5da69fd494 (diff)
downloadvcpkg-c86dbc960e417659dd652a7448096cd71d95266e.tar.gz
vcpkg-c86dbc960e417659dd652a7448096cd71d95266e.zip
Introduce Metrics namespace
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/metrics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/metrics.h b/toolsrc/include/metrics.h
index a0f4fc61d..9dac7680c 100644
--- a/toolsrc/include/metrics.h
+++ b/toolsrc/include/metrics.h
@@ -2,7 +2,7 @@
#include <string>
-namespace vcpkg
+namespace vcpkg::Metrics
{
void SetSendMetrics(bool should_send_metrics);
void SetPrintMetrics(bool should_print_metrics);