diff --git a/src/Window.cc b/src/Window.cc index bb271c32..df08744a 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -49,7 +49,6 @@ #include "FbTk/KeyUtil.hh" #include "FbTk/SimpleCommand.hh" #include "FbTk/Select2nd.hh" -#include "FbTk/Transparent.hh" #ifdef HAVE_CONFIG_H #include "config.h" @@ -295,7 +294,8 @@ FluxboxWindow::~FluxboxWindow() { WindowCmd::setWindow(0); #ifdef DEBUG - cerr<<__FILE__<<"("<<__LINE__<<"): starting ~FluxboxWindow("<title().c_str() : "" ; + cerr<<__FILE__<<"("<<__LINE__<<"): starting ~FluxboxWindow("<title(); } const string &FluxboxWindow::iconTitle() const { - static string empty_string(""); + static string empty_string; if (m_client == 0) return empty_string; return m_client->iconTitle();