Explorar o código

修正方法名错误

Kevin %!s(int64=5) %!d(string=hai) anos
pai
achega
fadae3ba06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 () {