From e2961032fd1896899f688cdcdf41f23ed71e3e82 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 29 May 2021 01:11:44 +0300 Subject: namespace pdb -> namespace winapi --- include/winapi/debug/call_stack.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/winapi/debug/call_stack.hpp') diff --git a/include/winapi/debug/call_stack.hpp b/include/winapi/debug/call_stack.hpp index 30f642c..e5b8c41 100644 --- a/include/winapi/debug/call_stack.hpp +++ b/include/winapi/debug/call_stack.hpp @@ -16,7 +16,7 @@ #include #include -namespace pdb { +namespace winapi { class CallStack { public: @@ -50,4 +50,4 @@ private: CallStack() = default; }; -} // namespace pdb +} // namespace winapi -- cgit v1.2.3