From 01096f867493aed2efc2694c986811404288c1f1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 8 Aug 2002 23:07:24 +0000 Subject: sync with blackbox-cvs --- util/bsetroot.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/bsetroot.hh') 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 class bsetroot : public BaseDisplay { private: BImageControl **img_ctrl; - char *fore, *back, *grad; + std::string fore, back, grad; // no copying!! bsetroot(const bsetroot &); -- cgit v1.2.3