Parcourir la source

修正方法名错误

Kevin il y a 5 ans
Parent
commit
fadae3ba06
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -23,7 +23,7 @@ var dll = ffi.Library(dllPath, {
     designerReport: ['void', ['string', 'string']],
     reportShowPreview: ['void', ['string', 'string']],
     reportPrinter: ['void', ['string', 'string', 'bool']],
-    ReportToImage: ['string', ['string', 'string']],
+    reportToImage: ['string', ['string', 'string']],
     waitSaveOrClose: ['void', ['pointer']]
 });
 var ReportApi = /** @class */ (function () {