blob: f0ca7f06e0916c1a82d48235512ed97d7c8ac041 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/c_attach.cc.orig 2018-10-19 21:02:54 UTC
+++ lib/c_attach.cc
@@ -27,7 +27,7 @@
/*--------------------------------------------------------------------------*/
namespace {
/*--------------------------------------------------------------------------*/
-std::map<const std::string, void*> attach_list;
+std::map<std::string, void*> attach_list;
/*--------------------------------------------------------------------------*/
class CMD_ATTACH : public CMD {
public:
|