More const correctness

This commit is contained in:
Keith Winstein
2011-08-13 15:52:07 -04:00
parent 2e2578c26c
commit 3f66e86057
12 changed files with 115 additions and 87 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
using namespace Terminal;
std::string UserInput::input( Parser::UserByte *act,
std::string UserInput::input( const Parser::UserByte *act,
bool application_mode_cursor_keys )
{
char translated_str[ 2 ] = { act->c, 0 };