You've already forked lazarus-ccr
LazBarCodes: Fix compilation with FPC/main
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8651 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -605,7 +605,7 @@ type
|
||||
|
||||
|
||||
{ TBarcodeMaxiCode }
|
||||
TBarcodeMaxicodeMode = (mcmAuto=0, mcmMode2=2, mcmMode3=3, mcmMode4=4, mcmMode5=5, mcmMode6=6);
|
||||
TBarcodeMaxicodeMode = (mcmAuto, mcmMode2, mcmMode3, mcmMode4, mcmMode5, mcmMode6);
|
||||
|
||||
TBarcodeMaxiCode = class(TSimpleBarcode)
|
||||
private
|
||||
|
Reference in New Issue
Block a user