From 53f27ef6c8067c61a6d01768de012e4c912b8276 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Tue, 15 Oct 2002 20:49:00 +0000 Subject: auto_ptr for key --- src/fluxbox.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 4d55152..6cca1c6 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.hh,v 1.29 2002/10/13 21:55:56 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.30 2002/10/15 20:49:00 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH @@ -275,7 +275,7 @@ private: std::string rc_file; ///< resource filename char **argv; int argc; - Keys *key; + std::auto_ptr key; std::string slitlist_path; //default arguments for titlebar left and right static Fluxbox::Titlebar m_titlebar_left[], m_titlebar_right[]; -- cgit v0.11.2