mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-22 07:38:11 +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();
|
ordinal_ = other.ordinal();
|
||||||
bits_ = other.bits();
|
bits_ = other.bits();
|
||||||
name_ = other.name();
|
name_ = other.name();
|
||||||
|
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
ErrorCorrectionLevel& ErrorCorrectionLevel::forBits(int bits) {
|
ErrorCorrectionLevel& ErrorCorrectionLevel::forBits(int bits) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user