Fix friend declaration to use GTEST_API_ decl spec.
This commit is contained in:
parent
b2f97ab317
commit
2d3024f5bd
|
@ -353,7 +353,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message,
|
||||||
class WithoutMatchers {
|
class WithoutMatchers {
|
||||||
private:
|
private:
|
||||||
WithoutMatchers() {}
|
WithoutMatchers() {}
|
||||||
friend WithoutMatchers GetWithoutMatchers();
|
friend GTEST_API_ WithoutMatchers GetWithoutMatchers();
|
||||||
};
|
};
|
||||||
|
|
||||||
// Internal use only: access the singleton instance of WithoutMatchers.
|
// Internal use only: access the singleton instance of WithoutMatchers.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user