Skip to content

Commit

Permalink
Attempt at fixing Helpers test on macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Mar 1, 2022
1 parent 3753ef2 commit 767a2f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Helpers_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
#include "ignition/gui/Helpers.hh"

int gg_argc = 1;
char **gg_argv = new char *[gg_argc];
char* gg_argv[] =
{
reinterpret_cast<char*>(const_cast<char*>("./Helpers_TEST")),
};

using namespace ignition;
using namespace gui;
Expand Down

0 comments on commit 767a2f0

Please sign in to comment.