mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[coding style] Make some methods const
This commit is contained in:
@@ -196,7 +196,7 @@ bool ConsoleController::handleEvent(Ion::Events::Event event) {
|
||||
return false;
|
||||
}
|
||||
|
||||
int ConsoleController::numberOfRows() {
|
||||
int ConsoleController::numberOfRows() const {
|
||||
return m_consoleStore.numberOfLines()+1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user