Const correctness and const-ref in Crypto and elsewhere.

This commit is contained in:
John Hood
2015-12-25 22:18:04 -05:00
parent 13928e9c10
commit 6abd4739de
16 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ string Fragment::tostring( void )
return ret;
}
Fragment::Fragment( string &x )
Fragment::Fragment( const string &x )
: id( -1 ), fragment_num( -1 ), final( false ), initialized( true ),
contents()
{