Index: gtk/rgmisc.cc =================================================================== --- gtk/rgmisc.cc (revision 730) +++ gtk/rgmisc.cc (working copy) @@ -209,7 +209,7 @@ } StatusPixbuf[i] = gdk_pixbuf_new_from_file(filename, NULL); if(StatusPixbuf[i] == NULL) - cerr << "Warning, failed to load: " << filename<< endl; + std::cerr << "Warning, failed to load: " << filename<< std::endl; g_free(filename); } }