Skip to content

Commit

Permalink
cmd line arg parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcherry56 committed Jan 9, 2020
1 parent 7c43ab5 commit 589fa8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ staTclAppInit(int argc,
const char *init_filename,
Tcl_Interp *interp);
static void
initStaApp(int argc,
initStaApp(int &argc,
char *argv[],
Tcl_Interp *interp);

Expand Down Expand Up @@ -139,7 +139,7 @@ staTclAppInit(int argc,
}

static void
initStaApp(int argc,
initStaApp(int &argc,
char *argv[],
Tcl_Interp *interp)
{
Expand Down

0 comments on commit 589fa8b

Please sign in to comment.