Skip to content

Commit 73434fb

Browse files
committed
Reduces scope of qpdfdata field
1 parent d61f271 commit 73434fb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/QPdfSharp/QPdf.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ public unsafe partial class QPdf: IDisposable
99
{
1010
public static readonly string Version = new(QPdfInterop.qpdf_get_qpdf_version());
1111

12-
internal readonly QPdfData* _qPdfData = QPdfInterop.qpdf_init();
13-
12+
private readonly QPdfData* _qPdfData = QPdfInterop.qpdf_init();
1413
private QPdfStream? _outputStream;
1514
private bool _hasWrittenData;
1615

0 commit comments

Comments
 (0)