minor fix
This commit is contained in:
parent
3ae2429d02
commit
49c57942f3
1 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: Remember.cc,v 1.21 2003/06/05 13:20:05 fluxgen Exp $
|
// $Id: Remember.cc,v 1.22 2003/06/05 17:40:02 fluxgen Exp $
|
||||||
|
|
||||||
#include "Remember.hh"
|
#include "Remember.hh"
|
||||||
#include "StringUtil.hh"
|
#include "StringUtil.hh"
|
||||||
|
@ -145,7 +145,8 @@ std::string getWMClass(Window w) {
|
||||||
} else {
|
} else {
|
||||||
//m_class_name = "";
|
//m_class_name = "";
|
||||||
}
|
}
|
||||||
return instance_name.c_str();
|
|
||||||
|
return instance_name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue