mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
LibCoreDump: CoreDumpReader => CoreDump::Reader
As mentioned in 2d39da5
the usual pattern is that LibFoo provides a Foo
namespace - LibCoreDump doesn't, so this renames CoreDumpReader to
Reader and puts it in the CoreDump namespace. :^)
This commit is contained in:
parent
1ed72cc580
commit
8ec1da2fca
5 changed files with 34 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
set(SOURCES
|
||||
CoreDumpReader.cpp
|
||||
Reader.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibCoreDump coredump)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue