fixed namespace

This commit is contained in:
fluxgen 2002-01-20 12:21:14 +00:00
parent d55ce44131
commit d390abf93b

View file

@ -15,6 +15,7 @@
#include "bsetroot.hh" #include "bsetroot.hh"
#include <iostream> #include <iostream>
using namespace std;
bsetroot::bsetroot(int argc, char **argv, char *dpy_name) bsetroot::bsetroot(int argc, char **argv, char *dpy_name)
: BaseDisplay(argv[0], dpy_name) { : BaseDisplay(argv[0], dpy_name) {
@ -120,10 +121,10 @@ bsetroot::~bsetroot(void) {
delete [] pixmaps; delete [] pixmaps;
} }
#ifdef DEBUG #ifdef DEBUG
else else
cerr<<"~bsetroot: why don't we have any pixmaps?"<<endl; cerr<<"~bsetroot: why don't we have any pixmaps?"<<endl;
#endif // DEBUG #endif // DEBUG
if (img_ctrl) { if (img_ctrl) {
int i = 0; int i = 0;