diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-11 10:11:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-11 11:02:14 +0200 |
commit | 8e136c360ddaa78816ba264dba3b8a9b7289d8ec (patch) | |
tree | d2e3643b6944563801a50d1c98c7511eddede158 /sal/inc/rtl | |
parent | 7e3db5c46453115c4168e663f2b1df8f67fc6dc0 (diff) |
Missing "include"
Change-Id: I93baa875c15ea2186f7e738bfa48457e7fa09f88
Diffstat (limited to 'sal/inc/rtl')
-rw-r--r-- | sal/inc/rtl/oustringostreaminserter.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/inc/rtl/oustringostreaminserter.hxx b/sal/inc/rtl/oustringostreaminserter.hxx index 28d7c17561d5..c25998a8ee3e 100644 --- a/sal/inc/rtl/oustringostreaminserter.hxx +++ b/sal/inc/rtl/oustringostreaminserter.hxx @@ -57,8 +57,8 @@ namespace rtl { @since LibreOffice 3.5. */ -template< typename charT, typename traits > std::basic_ostream<charT, traits> & -operator <<( +template< typename charT, typename traits > +inline std::basic_ostream<charT, traits> & operator <<( std::basic_ostream<charT, traits> & stream, rtl::OUString const & string) { return stream << |