Skip to content

Commit

Permalink
Reduces scope of qpdfdata field
Browse files Browse the repository at this point in the history
  • Loading branch information
svengeance committed Dec 31, 2023
1 parent d61f271 commit 73434fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/QPdfSharp/QPdf.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ public unsafe partial class QPdf: IDisposable
{
public static readonly string Version = new(QPdfInterop.qpdf_get_qpdf_version());

internal readonly QPdfData* _qPdfData = QPdfInterop.qpdf_init();

private readonly QPdfData* _qPdfData = QPdfInterop.qpdf_init();
private QPdfStream? _outputStream;
private bool _hasWrittenData;

Expand Down

0 comments on commit 73434fb

Please sign in to comment.