We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61f271 commit 73434fbCopy full SHA for 73434fb
1 file changed
src/QPdfSharp/QPdf.cs
@@ -9,8 +9,7 @@ public unsafe partial class QPdf: IDisposable
9
{
10
public static readonly string Version = new(QPdfInterop.qpdf_get_qpdf_version());
11
12
- internal readonly QPdfData* _qPdfData = QPdfInterop.qpdf_init();
13
-
+ private readonly QPdfData* _qPdfData = QPdfInterop.qpdf_init();
14
private QPdfStream? _outputStream;
15
private bool _hasWrittenData;
16
0 commit comments