From bfdf5415b5e025d795a1a7ee89946b00708f50b2 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Sun, 16 May 2021 02:00:12 +0300
Subject: Process: import pdb::Process from winapi-debug

---
 test/unit_tests/process.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/unit_tests')

diff --git a/test/unit_tests/process.cpp b/test/unit_tests/process.cpp
index a048c84..56a8337 100644
--- a/test/unit_tests/process.cpp
+++ b/test/unit_tests/process.cpp
@@ -25,7 +25,7 @@ using namespace winapi::process;
 BOOST_AUTO_TEST_SUITE(process_tests)
 
 BOOST_AUTO_TEST_CASE(get_exe_path) {
-    const auto path = Process::get_exe_path();
+    const auto path = Process::current().get_exe_path();
     BOOST_TEST_MESSAGE("Executable path: " << path);
 }
 
-- 
cgit v1.2.3