fixed namespace
This commit is contained in:
parent
d55ce44131
commit
d390abf93b
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue