LibCore: Make Object::m_all_objects_list_node private
This commit is contained in:
parent
52e3a0f16c
commit
4153a99ae1
Notes:
sideshowbarker
2024-07-19 01:52:47 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/4153a99ae1e Pull-request: https://github.com/SerenityOS/serenity/pull/3786
1 changed files with 1 additions and 1 deletions
|
@ -67,9 +67,9 @@ class Object
|
|||
AK_MAKE_NONCOPYABLE(Object);
|
||||
AK_MAKE_NONMOVABLE(Object);
|
||||
|
||||
public:
|
||||
IntrusiveListNode m_all_objects_list_node;
|
||||
|
||||
public:
|
||||
virtual ~Object();
|
||||
|
||||
virtual const char* class_name() const = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue