mirror of
https://github.com/TomHarte/CLK.git
synced 2025-03-08 00:35:47 +00:00
Eliinate meaningless 'const'.
This commit is contained in:
parent
0cdca12e06
commit
1b7c3644f4
@ -266,7 +266,7 @@ struct Registers {
|
||||
return active_[offset];
|
||||
}
|
||||
|
||||
const uint32_t operator[](size_t offset) const {
|
||||
uint32_t operator[](size_t offset) const {
|
||||
return active_[offset];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user