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 --- src/symbol.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/symbol.cpp') diff --git a/src/symbol.cpp b/src/symbol.cpp index 27e93b5..2f7638d 100644 --- a/src/symbol.cpp +++ b/src/symbol.cpp @@ -16,7 +16,7 @@ #include #include -namespace pdb { +namespace winapi { namespace { std::size_t calc_size(const SymbolInfo::Impl& impl) { @@ -59,4 +59,4 @@ std::string SymbolInfo::get_name() const { LineInfo::LineInfo(const Impl& impl) : file_path{winapi::narrow(impl.FileName)}, line_number{cast_line_number(impl.LineNumber)} {} -} // namespace pdb +} // namespace winapi -- cgit v1.2.3