diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2010-09-23 17:31:07 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2010-09-23 17:31:07 +0000 |
| commit | e060133553c97efc352d8781f1f06f89eda7adbc (patch) | |
| tree | 83fa6598c9603fb3543e51b76b3d874f0348b881 /libcxx/include/streambuf | |
| parent | 81b59834c28498be741ef4e1d5c90a37dbe90786 (diff) | |
| download | bcm5719-llvm-e060133553c97efc352d8781f1f06f89eda7adbc.tar.gz bcm5719-llvm-e060133553c97efc352d8781f1f06f89eda7adbc.zip | |
visibility-decoration.
llvm-svn: 114671
Diffstat (limited to 'libcxx/include/streambuf')
| -rw-r--r-- | libcxx/include/streambuf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/streambuf b/libcxx/include/streambuf index 2746d53a676..9515f3fc9a5 100644 --- a/libcxx/include/streambuf +++ b/libcxx/include/streambuf @@ -117,7 +117,7 @@ protected: _LIBCPP_BEGIN_NAMESPACE_STD template <class _CharT, class _Traits> -class basic_streambuf +class _LIBCPP_VISIBLE basic_streambuf { public: // types: |

