diff options
Diffstat (limited to 'include/winapi/debug/module.hpp')
-rw-r--r-- | include/winapi/debug/module.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/winapi/debug/module.hpp b/include/winapi/debug/module.hpp index 5cfa69d..767aab9 100644 --- a/include/winapi/debug/module.hpp +++ b/include/winapi/debug/module.hpp @@ -12,7 +12,7 @@ #include <string> -namespace pdb { +namespace winapi { class ModuleInfo { public: @@ -51,4 +51,4 @@ private: const Address online_base; }; -} // namespace pdb +} // namespace winapi |