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
@@ -70,7 +70,7 @@ namespace Terminal {
int wait_time( uint64_t now ) const;
/* interface for Network::Transport */
void subtract( const Complete * ) {}
void subtract( const Complete * ) const {}
std::string diff_from( const Complete &existing ) const;
void apply_string( std::string diff );
bool operator==( const Complete &x ) const;