summaryrefslogtreecommitdiff
path: root/avx512-0037785/utils/fpdoc/dw_latex.pp
diff options
context:
space:
mode:
Diffstat (limited to 'avx512-0037785/utils/fpdoc/dw_latex.pp')
-rw-r--r--avx512-0037785/utils/fpdoc/dw_latex.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/avx512-0037785/utils/fpdoc/dw_latex.pp b/avx512-0037785/utils/fpdoc/dw_latex.pp
index ce04c3a082..d353bf1011 100644
--- a/avx512-0037785/utils/fpdoc/dw_latex.pp
+++ b/avx512-0037785/utils/fpdoc/dw_latex.pp
@@ -30,7 +30,7 @@ Procedure CreateLaTeXDocForPackage(APackage: TPasPackage; AEngine: TFPDocEngine)
implementation
-uses SysUtils, Classes, dwLinear, dwriter;
+uses fpdocstrs, SysUtils, Classes, dwLinear, dwriter;
Type
@@ -638,7 +638,7 @@ var
begin
Writer := TLaTeXWriter.Create(APackage, AEngine);
try
- Writer.WriteDoc;
+ Writer.DoWriteDocumentation;
finally
Writer.Free;
end;