vfs/terminal: minor const improvement

Issue #3860
This commit is contained in:
Norman Feske 2020-08-25 12:03:31 +02:00
parent 5cc2adb421
commit bbfda019df

View File

@ -111,7 +111,7 @@ class Vfs::Terminal_file_system::Data_file_system : public Single_file_system
Read_buffer &_read_buffer;
Interrupt_handler &_interrupt_handler;
bool _raw;
bool const _raw;
bool notifying = false;
bool blocked = false;