Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Oct 6, 2023
1 parent c514121 commit fe61e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/antares/args/include/antares/args/args_to_utf8.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class IntoUTF8ArgsTranslator
{
public:
IntoUTF8ArgsTranslator(int argc, char** argv);
IntoUTF8ArgsTranslator(int& argc, char** argv);
char** convert();
~IntoUTF8ArgsTranslator();
private:
Expand Down

0 comments on commit fe61e2f

Please sign in to comment.