diff options
Diffstat (limited to 'include/winapi/debug/repo.hpp')
-rw-r--r-- | include/winapi/debug/repo.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/winapi/debug/repo.hpp b/include/winapi/debug/repo.hpp index 3b194ff..8ee7fde 100644 --- a/include/winapi/debug/repo.hpp +++ b/include/winapi/debug/repo.hpp @@ -17,7 +17,7 @@ #include <string> #include <unordered_set> -namespace pdb { +namespace winapi { class Repo { public: @@ -55,4 +55,4 @@ private: std::map<Address, const Module&> offline_bases; }; -} // namespace pdb +} // namespace winapi |