C++ port: update test binary with more flags and add barcode format names next to...
[zxing.git] / cpp / core / src / zxing / BarcodeFormat.h
index 943831d..1be5c02 100644 (file)
@@ -36,7 +36,9 @@ namespace zxing {
                BarcodeFormat_CODE_39,
                BarcodeFormat_ITF
        } BarcodeFormat;
-       
+
+       /* if you update the enum, please update the name in BarcodeFormat.cpp */
+       extern const char *barcodeFormatNames[];
 }
 
 #endif // __BARCODE_FORMAT_H__