Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
33307529
Commit
33307529
authored
Jul 27, 2015
by
kosak
Browse files
Order the initializers correctly.
parent
1e86cae1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/gtest-port.cc
src/gtest-port.cc
+2
-2
No files found.
src/gtest-port.cc
View file @
33307529
...
...
@@ -218,8 +218,8 @@ void Notification::WaitForNotification() {
}
Mutex
::
Mutex
()
:
type_
(
kDynamic
),
owner_thread_id_
(
0
),
:
owner_thread_id_
(
0
),
type_
(
kDynamic
),
critical_section_init_phase_
(
0
),
critical_section_
(
new
CRITICAL_SECTION
)
{
::
InitializeCriticalSection
(
critical_section_
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment