Skip to content

Commit 925f6e1

Browse files
committed
g++ is more strict in C++ compliance
1 parent f3e7bfa commit 925f6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformlauncher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ extern "C" int nailgunClientMain(int argc, char *argv[], char *env[]);
5454
PlatformLauncher::PlatformLauncher()
5555
: ArgParser()
5656
, suppressConsole(false)
57-
, separateProcess(false)
5857
{
58+
separateProcess = false;
5959
}
6060

6161
PlatformLauncher::PlatformLauncher(const PlatformLauncher& orig)

0 commit comments

Comments
 (0)