aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/winapi/debug/call_stack.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-29 01:11:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-29 01:11:44 +0300
commite2961032fd1896899f688cdcdf41f23ed71e3e82 (patch)
tree0ce11fa3137f027866e91bdc7cc71ff36fe3f6f8 /include/winapi/debug/call_stack.hpp
parentinclude/pdb/ -> include/winapi/debug/ (diff)
downloadwinapi-debug-e2961032fd1896899f688cdcdf41f23ed71e3e82.tar.gz
winapi-debug-e2961032fd1896899f688cdcdf41f23ed71e3e82.zip
namespace pdb -> namespace winapi
Diffstat (limited to 'include/winapi/debug/call_stack.hpp')
-rw-r--r--include/winapi/debug/call_stack.hpp4
1 files changed, 2 insertions, 2 deletions
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 <ostream>
#include <string>
-namespace pdb {
+namespace winapi {
class CallStack {
public:
@@ -50,4 +50,4 @@ private:
CallStack() = default;
};
-} // namespace pdb
+} // namespace winapi