diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-03-22 21:23:51 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-03-22 21:23:51 +0000 |
commit | 9f0824b0a61b50fd40e47da2387cd9b3f872ce47 (patch) | |
tree | 563a02d287c4f97aa0d99b43bbd0a54c5353861b /include/gtest/internal/gtest-filepath.h | |
parent | 90030d74c8cacbdab62136daa465a7ef359e2adc (diff) | |
download | googletest-9f0824b0a61b50fd40e47da2387cd9b3f872ce47.tar.gz googletest-9f0824b0a61b50fd40e47da2387cd9b3f872ce47.tar.bz2 googletest-9f0824b0a61b50fd40e47da2387cd9b3f872ce47.zip |
Adds missing gtest DLL exports.
Diffstat (limited to 'include/gtest/internal/gtest-filepath.h')
-rw-r--r-- | include/gtest/internal/gtest-filepath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gtest/internal/gtest-filepath.h b/include/gtest/internal/gtest-filepath.h index 394f26ae..4b76d795 100644 --- a/include/gtest/internal/gtest-filepath.h +++ b/include/gtest/internal/gtest-filepath.h @@ -56,7 +56,7 @@ namespace internal { // Names are NOT checked for syntax correctness -- no checking for illegal // characters, malformed paths, etc. -class FilePath { +class GTEST_API_ FilePath { public: FilePath() : pathname_("") { } FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } |