Skip to content

Commit

Permalink
Merge branch 'ign-gui4' into chapulina/4/valid_topics
Browse files Browse the repository at this point in the history
  • Loading branch information
chapulina authored Jan 5, 2021
2 parents d458e0b + ce4bf4f commit da16923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ign.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "ignition/gui/MainWindow.hh"

int g_argc = 1;
char **g_argv = new char *[g_argc];
char **g_argv;

//////////////////////////////////////////////////
extern "C" IGNITION_GUI_VISIBLE char *ignitionVersion()
Expand Down

0 comments on commit da16923

Please sign in to comment.