ports/cad/gnucap/files/patch-lib_c__attach.cc
Steve Wills 5b798c11c4 cad/gnucap: Update to 2013-04-23
PR:		232464
Submitted by:	Nathan <ndowens@yahoo.com>
2018-10-27 02:23:26 +00:00

11 lines
474 B
C++

--- 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: