mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-23 07:28:18 -08:00
Make argv arrays const
This commit is contained in:
@@ -48,7 +48,7 @@ struct Option_def {
|
||||
|
||||
typedef std::vector<Option_def> Options_list;
|
||||
|
||||
int parse_options (const Options_list& options, int argc, char** argv);
|
||||
int parse_options (const Options_list& options, int argc, const char** argv);
|
||||
|
||||
struct Option_error {
|
||||
std::string option_name;
|
||||
|
||||
Reference in New Issue
Block a user