summaryrefslogtreecommitdiff
path: root/include/gtest/gtest-message.h
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-03-05 21:21:06 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-03-05 21:21:06 +0000
commite4092294d7c1f38f303e8c7f67da31ba3e7e7d9a (patch)
treeaca5d19835a1562fd71e48e6ca289f33b0f68e30 /include/gtest/gtest-message.h
parent581e254bb6b60ea5982c4b5b2079cd33c7b8bdfa (diff)
downloadgtest-e4092294d7c1f38f303e8c7f67da31ba3e7e7d9a.tar.gz
gtest-e4092294d7c1f38f303e8c7f67da31ba3e7e7d9a.tar.bz2
gtest-e4092294d7c1f38f303e8c7f67da31ba3e7e7d9a.tar.xz
Supports building gtest as a DLL (by Vlad Losev).
git-svn-id: http://googletest.googlecode.com/svn/trunk@388 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'include/gtest/gtest-message.h')
-rw-r--r--include/gtest/gtest-message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gtest/gtest-message.h b/include/gtest/gtest-message.h
index 711ef2f..f135b69 100644
--- a/include/gtest/gtest-message.h
+++ b/include/gtest/gtest-message.h
@@ -79,7 +79,7 @@ namespace testing {
// latter (it causes an access violation if you do). The Message
// class hides this difference by treating a NULL char pointer as
// "(null)".
-class Message {
+class GTEST_API_ Message {
private:
// The type of basic IO manipulators (endl, ends, and flush) for
// narrow streams.