Skip to content

Commit 3ee5e11

Browse files
heshpdxheplesser
andauthored
Update sli/slistartup.cc
Co-authored-by: Hans Ekkehard Plesser <hans.ekkehard.plesser@nmbu.no>
1 parent 8f92cde commit 3ee5e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sli/slistartup.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ SLIStartup::SLIStartup( int argc, char** argv )
214214
StringDatum* sd = new StringDatum( argv[ i ] );
215215
args_array.push_back( Token( sd ) );
216216

217-
std::string myarg = argv[i];
217+
const std::string myarg = argv[ i ];
218218

219219
if ( myarg == "-d" or myarg == "--debug" )
220220
{

0 commit comments

Comments
 (0)