Skip to content

Commit

Permalink
Fix Windows linkage (#1626)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Aug 3, 2022
1 parent 83c0bf5 commit 74d8e62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ign.cc
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,7 @@ extern "C" int runServer(const char *_sdfString,
}

//////////////////////////////////////////////////
extern "C" IGNITION_GAZEBO_VISIBLE int runGui(
const char *_guiConfig, const char *_file, int _waitGui,
extern "C" int runGui(const char *_guiConfig, const char *_file, int _waitGui,
const char *_renderEngine)
{
// argc and argv are going to be passed to a QApplication. The Qt
Expand Down

0 comments on commit 74d8e62

Please sign in to comment.