Skip to content

Commit 2625f1e

Browse files
Restore fix on #838 (#1008)
1 parent 8ba5a1d commit 2625f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetframework/GxPdfReportsCS/PDFReportCommon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public abstract class PDFReportBase : IReportHandler
4949
protected bool modal = false;
5050
protected String docName = "PDFReport.pdf";
5151
protected static NativeSharpFunctionsMS nativeCode = new NativeSharpFunctionsMS();
52-
protected Hashtable fontSubstitutes = new Hashtable();
52+
protected static Hashtable fontSubstitutes = new Hashtable();
5353
protected static String configurationFile = null;
5454
protected static String configurationTemplateFile = null;
5555
protected static String defaultRelativePrepend = null;

0 commit comments

Comments
 (0)