diff --git a/src/xercesc/framework/StdOutFormatTarget.hpp b/src/xercesc/framework/StdOutFormatTarget.hpp
index 3df75411945c0de13b094ac069d34d5dfe6d1ec2..311795d23356f8b32db754e175c48c955b425d53 100644
--- a/src/xercesc/framework/StdOutFormatTarget.hpp
+++ b/src/xercesc/framework/StdOutFormatTarget.hpp
@@ -57,6 +57,9 @@
 /*
  * $Id$
  * $Log$
+ * Revision 1.2  2002/06/05 15:47:29  peiyongz
+ * operator = modified
+ *
  * Revision 1.1  2002/05/28 22:40:46  peiyongz
  * DOM3 Save Interface: DOMWriter/DOMWriterFilter
  *
@@ -87,8 +90,8 @@ private:
     // -----------------------------------------------------------------------
     //  Unimplemented methods.
     // -----------------------------------------------------------------------
-    StdOutFormatTarget(const StdOutFormatTarget& other);
-    void operator=(const StdOutFormatTarget& rhs);
+    StdOutFormatTarget(const StdOutFormatTarget&);
+    StdOutFormatTarget& operator=(const StdOutFormatTarget&);
 };
 
 #endif