mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
11 lines
474 B
C++
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:
|