mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-01 22:17:29 +08:00
Added missing const
This commit is contained in:
parent
199a74dbd8
commit
fa19666a38
@ -14,4 +14,5 @@ var (
|
||||
ErrInvalidAttribute = errors.New("Invalid attribute")
|
||||
ErrTypeError = errors.New("Type check error")
|
||||
ErrRangeError = errors.New("Range check error")
|
||||
ErrUnsupportedFont = errors.New("Unsupported font type")
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user