mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
LibCore: Convert CFile to ObjectPtr
This commit is contained in:
parent
31b38ed88f
commit
8d550c174e
30 changed files with 135 additions and 134 deletions
|
@ -29,7 +29,7 @@ public:
|
|||
|
||||
private:
|
||||
bool parse_header();
|
||||
CFile m_file;
|
||||
ObjectPtr<CFile> m_file;
|
||||
String m_error_string;
|
||||
|
||||
u32 m_sample_rate { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue