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
2d3024f5
Commit
2d3024f5
authored
Apr 19, 2018
by
David Sunderland
Browse files
Fix friend declaration to use GTEST_API_ decl spec.
parent
b2f97ab3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googlemock/include/gmock/internal/gmock-internal-utils.h
googlemock/include/gmock/internal/gmock-internal-utils.h
+1
-1
No files found.
googlemock/include/gmock/internal/gmock-internal-utils.h
View file @
2d3024f5
...
...
@@ -353,7 +353,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message,
class
WithoutMatchers
{
private:
WithoutMatchers
()
{}
friend
WithoutMatchers
GetWithoutMatchers
();
friend
GTEST_API_
WithoutMatchers
GetWithoutMatchers
();
};
// Internal use only: access the singleton instance of WithoutMatchers.
...
...
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