Use proper namespace for iostream classes
[AXE.git] / src / pixmap.h
index 08f605f..a3f84cb 100644 (file)
@@ -5,7 +5,7 @@
 ***********************
 **      FILE NAME      : pixmap.h
 **      SYSTEM NAME    : AXE - Andromeda X-windows Encapsulation
-**      VERSION NUMBER : $Revision: 1.1 $
+**      VERSION NUMBER : $Revision: 1.2 $
 **
 **  DESCRIPTION      : Definition of pixmap classes: pixmap, bitmap
 **
 
 /*****************************
    $Log: pixmap.h,v $
-   Revision 1.1  2002-07-25 08:01:27  arjen
+   Revision 1.2  2002-11-04 07:24:31  arjen
+   Use proper namespace for iostream classes
+
+   Revision 1.1  2002/07/25 08:01:27  arjen
    First checkin, AXE release 0.2
 
 *****************************/
 
-/* static const char *RCSID = "$Id: pixmap.h,v 1.1 2002-07-25 08:01:27 arjen Exp $"; */
+/* static const char *RCSID = "$Id: pixmap.h,v 1.2 2002-11-04 07:24:31 arjen Exp $"; */
 
 #ifndef AXE_PIXMAP_H
 #define AXE_PIXMAP_H
@@ -114,7 +117,7 @@ extern pixmap nopicture;
       error = XpmReadFileToPixmap(stddpy, stddpy.Root(), filename, &pixm, NULL, &attr);
       if (error != XpmSuccess)
       {
-         cerr << "Error " << error << " reading XPM file " << filename << "\n";
+         std::cerr << "Error " << error << " reading XPM file " << filename << "\n";
          pixm = nopicture.pixm;
          w = nopicture.w;
          h = nopicture.h;