aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-17 20:13:36 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-17 20:13:36 -0800
commit43eb772d9475b4e9ec06eb54dca078a4793ab9e4 (patch)
treeb54ff8e549f7ffcc78691d4489021276397547a9 /toolsrc/src/vcpkg.cpp
parentac2ec94129ae0bdbcb16c0c2333fbfc52844d6c6 (diff)
downloadvcpkg-43eb772d9475b4e9ec06eb54dca078a4793ab9e4.tar.gz
vcpkg-43eb772d9475b4e9ec06eb54dca078a4793ab9e4.zip
Change Info::email() to Contact::email(). Remove vcpkg_info.h/cpp
Diffstat (limited to 'toolsrc/src/vcpkg.cpp')
-rw-r--r--toolsrc/src/vcpkg.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg.cpp b/toolsrc/src/vcpkg.cpp
index 16c9cb077..f40126ecf 100644
--- a/toolsrc/src/vcpkg.cpp
+++ b/toolsrc/src/vcpkg.cpp
@@ -12,7 +12,6 @@
#include "vcpkg_System.h"
#include "vcpkg_Input.h"
#include "Paragraphs.h"
-#include "vcpkg_info.h"
#include "vcpkg_Strings.h"
using namespace vcpkg;
@@ -235,7 +234,7 @@ int wmain(const int argc, const wchar_t* const* const argv)
std::cerr
<< "vcpkg.exe has crashed.\n"
<< "Please send an email to:\n"
- << " " << Info::email() << "\n"
+ << " " << Commands::Contact::email() << "\n"
<< "containing a brief summary of what you were trying to do and the following data blob:\n"
<< "\n"
<< "Version=" << Commands::Version::version() << "\n"