X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=csharp%2Foned%2FMultiFormatOneDReader.cs;fp=csharp%2Foned%2FMultiFormatOneDReader.cs;h=b42143596f7088c05dfd3df3fe3a592ddf9759bd;hb=68dbcb841d3a184168e1228abc0eeba96d2d3eb8;hp=9bb314b9bc95c4d7926a0a36bbe3df254bfa7c2b;hpb=e35d358134873c3f640672da7cd0c01f02253151;p=zxing.git diff --git a/csharp/oned/MultiFormatOneDReader.cs b/csharp/oned/MultiFormatOneDReader.cs index 9bb314b9..b4214359 100755 --- a/csharp/oned/MultiFormatOneDReader.cs +++ b/csharp/oned/MultiFormatOneDReader.cs @@ -23,6 +23,7 @@ namespace com.google.zxing.oned public sealed class MultiFormatOneDReader : AbstractOneDReader { private System.Collections.ArrayList readers; + public MultiFormatOneDReader(System.Collections.Hashtable hints) { System.Collections.ArrayList possibleFormats = hints == null ? null : (System.Collections.ArrayList) hints[DecodeHintType.POSSIBLE_FORMATS];