Resolve cppcheck issues.

Signed-off-by: John Hood <cgull@glup.org>
This commit is contained in:
John Hood
2015-03-30 22:17:05 -04:00
parent c064ec1946
commit 026a3f0346
11 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ void UserStream::apply_string( string diff )
}
}
const Parser::Action *UserStream::get_action( unsigned int i )
const Parser::Action *UserStream::get_action( unsigned int i ) const
{
switch( actions[ i ].type ) {
case UserByteType: