diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/bsetroot.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/util/bsetroot.cc b/util/bsetroot.cc index 4a610a7..cd9c924 100644 --- a/util/bsetroot.cc +++ b/util/bsetroot.cc | |||
@@ -15,6 +15,7 @@ | |||
15 | #include "bsetroot.hh" | 15 | #include "bsetroot.hh" |
16 | 16 | ||
17 | #include <iostream> | 17 | #include <iostream> |
18 | using namespace std; | ||
18 | 19 | ||
19 | bsetroot::bsetroot(int argc, char **argv, char *dpy_name) | 20 | bsetroot::bsetroot(int argc, char **argv, char *dpy_name) |
20 | : BaseDisplay(argv[0], dpy_name) { | 21 | : BaseDisplay(argv[0], dpy_name) { |
@@ -120,10 +121,10 @@ bsetroot::~bsetroot(void) { | |||
120 | 121 | ||
121 | delete [] pixmaps; | 122 | delete [] pixmaps; |
122 | } | 123 | } |
123 | #ifdef DEBUG | 124 | #ifdef DEBUG |
124 | else | 125 | else |
125 | cerr<<"~bsetroot: why don't we have any pixmaps?"<<endl; | 126 | cerr<<"~bsetroot: why don't we have any pixmaps?"<<endl; |
126 | #endif // DEBUG | 127 | #endif // DEBUG |
127 | 128 | ||
128 | if (img_ctrl) { | 129 | if (img_ctrl) { |
129 | int i = 0; | 130 | int i = 0; |