summaryrefslogtreecommitdiff
path: root/util/bsetroot.hh
diff options
context:
space:
mode:
Diffstat (limited to 'util/bsetroot.hh')
-rw-r--r--util/bsetroot.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/bsetroot.hh b/util/bsetroot.hh
index 7e09ff26..23e5e3d9 100644
--- a/util/bsetroot.hh
+++ b/util/bsetroot.hh
@@ -27,12 +27,13 @@
#include "../src/BaseDisplay.hh"
#include "../src/Image.hh"
+#include <string>
class bsetroot : public BaseDisplay {
private:
BImageControl **img_ctrl;
- char *fore, *back, *grad;
+ std::string fore, back, grad;
// no copying!!
bsetroot(const bsetroot &);