Skip to content

Commit

Permalink
fix const char* argv[] dependances
Browse files Browse the repository at this point in the history
  • Loading branch information
MPIBR-tushevg committed Sep 7, 2016
1 parent a0db825 commit fb766b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
// define parameters
typedef struct _Settings
{
char *input;
char *maskpoly;
char *output;
const char *input;
const char *maskpoly;
const char *output;
int64_t window;
int64_t depth;
int64_t sizepoly;
Expand Down

0 comments on commit fb766b4

Please sign in to comment.