mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-29 12:50:28 +00:00
get_interrupt_line can be const.
This commit is contained in:
parent
6afee7bb9b
commit
b5312b9ba0
@ -34,7 +34,7 @@ class Nick {
|
|||||||
@returns The current state of the interrupt line — @c true for active;
|
@returns The current state of the interrupt line — @c true for active;
|
||||||
@c false for inactive.
|
@c false for inactive.
|
||||||
*/
|
*/
|
||||||
inline bool get_interrupt_line() {
|
inline bool get_interrupt_line() const {
|
||||||
return interrupt_line_;
|
return interrupt_line_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user