diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-17 20:13:36 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-17 20:13:36 -0800 |
| commit | 43eb772d9475b4e9ec06eb54dca078a4793ab9e4 (patch) | |
| tree | b54ff8e549f7ffcc78691d4489021276397547a9 /toolsrc/src/vcpkg.cpp | |
| parent | ac2ec94129ae0bdbcb16c0c2333fbfc52844d6c6 (diff) | |
| download | vcpkg-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.cpp | 3 |
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" |
