mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:17:34 +00:00
LibPDF: Move inline function definition
This breaks the dependency cycle between Parser and Document.
This commit is contained in:
parent
edc0cd29f8
commit
da170997d5
2 changed files with 6 additions and 1 deletions
|
@ -39,6 +39,11 @@ Parser::Parser(ReadonlyBytes const& bytes)
|
|||
{
|
||||
}
|
||||
|
||||
void Parser::set_document(RefPtr<Document> const& document)
|
||||
{
|
||||
m_document = document;
|
||||
}
|
||||
|
||||
bool Parser::initialize()
|
||||
{
|
||||
if (!parse_header())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue