Skip to content

Commit 43e3f01

Browse files
committed
optionChecker app: pass a const vector of options to displayOptions
1 parent 23f5f16 commit 43e3f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/optionChecker/optionChecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <vector>
1010
#include <utility>
1111

12-
void displayOptions( std::vector<avtranscoder::Option>& options )
12+
void displayOptions( const std::vector<avtranscoder::Option>& options )
1313
{
1414
for( auto option : options )
1515
{

0 commit comments

Comments
 (0)