X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fio%2Frecord.cpp;h=bd0cc1b8d1e965636575c4c122244bd5f50a076b;hb=3ea4de25c712971a35dbad27d8834d75933daa08;hp=8f81d02e683679fb764db59d16527e023d38f565;hpb=9e866a1a2facc8cb1565cd660c6b6d482f18ecb1;p=cassiopeia.git diff --git a/src/io/record.cpp b/src/io/record.cpp index 8f81d02..bd0cc1b 100644 --- a/src/io/record.cpp +++ b/src/io/record.cpp @@ -52,7 +52,7 @@ int32_t fromHexDigit( char c ) { return res; } -std::string parseCommand( RecordHeader& head, const std::string input, std::shared_ptr log ) { +std::string parseCommand( RecordHeader& head, const std::string& input, std::shared_ptr log ) { if( log ) { ( *log.get() ) << "FINE: RECORD input: " << input << std::endl; }