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) {
|
||||||
|
|
Loading…
Reference in a new issue