Browse Source

API visibility adjustment

Marcin Ziąbek 2 years ago
parent
commit
de080fc49a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/QuestPDF/Infrastructure/IRenderingCanvas.cs

+ 1 - 1
Source/QuestPDF/Infrastructure/IRenderingCanvas.cs

@@ -1,6 +1,6 @@
 namespace QuestPDF.Infrastructure
 {
-    public interface IRenderingCanvas
+    internal interface IRenderingCanvas
     {
         void BeginDocument();
         void EndDocument();