diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-29 01:11:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-29 01:11:44 +0300 |
commit | e2961032fd1896899f688cdcdf41f23ed71e3e82 (patch) | |
tree | 0ce11fa3137f027866e91bdc7cc71ff36fe3f6f8 /include/winapi/debug/symbol.hpp | |
parent | include/pdb/ -> include/winapi/debug/ (diff) | |
download | winapi-debug-e2961032fd1896899f688cdcdf41f23ed71e3e82.tar.gz winapi-debug-e2961032fd1896899f688cdcdf41f23ed71e3e82.zip |
namespace pdb -> namespace winapi
Diffstat (limited to '')
-rw-r--r-- | include/winapi/debug/symbol.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/winapi/debug/symbol.hpp b/include/winapi/debug/symbol.hpp index 47e4fb1..a46e9bb 100644 --- a/include/winapi/debug/symbol.hpp +++ b/include/winapi/debug/symbol.hpp @@ -17,7 +17,7 @@ #include <string> #include <type_traits> -namespace pdb { +namespace winapi { namespace symbol { // MinGW-w64 (as of version 7.0) doesn't have SymTagEnum @@ -94,4 +94,4 @@ public: const unsigned long line_number; }; -} // namespace pdb +} // namespace winapi |