Skip to content

Commit e94fc79

Browse files
committed
fixed Ubyte
1 parent b733f3c commit e94fc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/unsigned/Ubyte.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import kotlin.experimental.inv
1212
* Created by GBarbieri on 20.03.2017.
1313
*/
1414

15-
class Ubyte(val v: Byte) : Number() {
15+
class Ubyte(var v: Byte) : Number() {
1616

1717
companion object {
1818

0 commit comments

Comments
 (0)