mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
LibCore: Convert CNotifier to ObjectPtr
This commit is contained in:
parent
50a6560413
commit
d1bacb9885
17 changed files with 42 additions and 32 deletions
|
@ -39,5 +39,5 @@ private:
|
|||
Parser m_parser;
|
||||
// pty resources
|
||||
int m_ptm_fd { -1 };
|
||||
CNotifier m_ptm_notifier;
|
||||
ObjectPtr<CNotifier> m_ptm_notifier;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue