summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--codemaker/inc/codemaker/global.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/codemaker/inc/codemaker/global.hxx b/codemaker/inc/codemaker/global.hxx
index f104f32c46c7..9e595610fadf 100644
--- a/codemaker/inc/codemaker/global.hxx
+++ b/codemaker/inc/codemaker/global.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: global.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: vg $ $Date: 2006-03-15 09:10:41 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:22:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -115,7 +115,7 @@ public:
// friend functions
friend FileStream &operator<<(FileStream& o, sal_uInt32 i);
- friend FileStream &operator<<(FileStream& o, sal_Char* s);
+ friend FileStream &operator<<(FileStream& o, char const * s);
friend FileStream &operator<<(FileStream& o, ::rtl::OString* s);
friend FileStream &operator<<(FileStream& o, const ::rtl::OString& s);
friend FileStream &operator<<(FileStream& o, ::rtl::OStringBuffer* s);