mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Add missing header change
This commit is contained in:
@@ -49,6 +49,7 @@ public:
|
||||
{
|
||||
m_fileName = fileName;
|
||||
}
|
||||
void* m_impl;
|
||||
|
||||
private:
|
||||
Blob(void* impl, String fileName = String())
|
||||
@@ -57,7 +58,6 @@ private:
|
||||
m_fileName = fileName;
|
||||
}
|
||||
|
||||
void* m_impl;
|
||||
String m_fileName;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user