8296445: C++ syntax error in jdwpTransport.h

Reviewed-by: cjplummer, lmesnik, sspitsyn
This commit is contained in:
pandaapo 2022-11-08 06:28:54 +00:00 committed by David Holmes
parent 1169dc066c
commit cf656056a3

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -262,7 +262,7 @@ struct _jdwpTransportEnv {
}
/* SetTransportConfiguration added in JDWPTRANSPORT_VERSION_1_1 */
jdwpTransportError SetTransportConfiguration(jdwpTransportEnv* env,
jdwpTransportError SetTransportConfiguration(jdwpTransportConfiguration *config) {
return functions->SetTransportConfiguration(this, config);
}