mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-20 14:48:25 +00:00
fix compilation error due to a missing return statement
This commit is contained in:
parent
0c624d1e9c
commit
a9744f9b89
@ -57,6 +57,8 @@ ErrorCorrectionLevel& ErrorCorrectionLevel::operator=(const ErrorCorrectionLevel
|
||||
ordinal_ = other.ordinal();
|
||||
bits_ = other.bits();
|
||||
name_ = other.name();
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
ErrorCorrectionLevel& ErrorCorrectionLevel::forBits(int bits) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user