X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=cpp%2Fcore%2Fsrc%2Fzxing%2Foned%2FMultiFormatUPCEANReader.h;h=30e5c4df7b701ca4b53c62a48cb8234d0b7fbc20;hp=b0bae4fc936d68c7089d00084e122b8e4d5c85d8;hb=ed5e46807ea0847057ff4d8c714b16938005a299;hpb=a26a7880879d983c8d0bbaf2f56391999d12edde diff --git a/cpp/core/src/zxing/oned/MultiFormatUPCEANReader.h b/cpp/core/src/zxing/oned/MultiFormatUPCEANReader.h index b0bae4fc..30e5c4df 100644 --- a/cpp/core/src/zxing/oned/MultiFormatUPCEANReader.h +++ b/cpp/core/src/zxing/oned/MultiFormatUPCEANReader.h @@ -18,21 +18,21 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + #include namespace zxing { - namespace oned { - class MultiFormatUPCEANReader : public OneDReader { - - private: - std::vector > readers; - public: - MultiFormatUPCEANReader(DecodeHints hints); - - Ref decodeRow(int rowNumber, Ref row); + namespace oned { + class MultiFormatUPCEANReader : public OneDReader { + + private: + std::vector > readers; + public: + MultiFormatUPCEANReader(DecodeHints hints); + + Ref decodeRow(int rowNumber, Ref row); }; - } + } } #endif