mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
Kernel: Rename Space::create => Space::try_create()
This commit is contained in:
parent
8f6bc7fd10
commit
a085168c52
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ namespace Kernel {
|
|||
|
||||
class Space {
|
||||
public:
|
||||
static OwnPtr<Space> create(Process&, const Space* parent);
|
||||
static OwnPtr<Space> try_create(Process&, Space const* parent);
|
||||
~Space();
|
||||
|
||||
PageDirectory& page_directory() { return *m_page_directory; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue