Skip to content

Commit

Permalink
Fixed main call in edit mac
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellGarwood committed Dec 21, 2019
1 parent c0475a2 commit 23db108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPIERSedit/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ int main(int argc, char **argv)

QString fname;

main::main(int argc, char *argv[]) : QApplication(argc, argv)
main::main(int &argc, char *argv[]) : QApplication(argc, argv)
{
//do nothing
donthandlefileevent = false;
Expand Down

0 comments on commit 23db108

Please sign in to comment.