Small style stuff
[zxing.git] / cpp / core / src / zxing / oned / EAN13Reader.h
index 3942643..4ba4e0b 100644 (file)
@@ -33,7 +33,7 @@ namespace zxing {
     public:
       EAN13Reader();
 
-      int decodeMiddle(Ref<BitArray> row, int startRange[], int startRangeLen,
+      int decodeMiddle(Ref<BitArray> row, int startGuardBegin, int startGuardEnd,
           std::string& resultString);
 
       BarcodeFormat getBarcodeFormat();