diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-07-19 13:56:38 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-07-19 13:56:38 -0500 |
commit | 94ed562148964434e0d736c99e7b4e2b0f98d93c (patch) | |
tree | 8436d8fc8d8b9288312a1c70a8a274316717486e /src/common/scoped_message_writer.h | |
parent | Merge pull request #4033 (diff) | |
parent | Changed URLs to HTTPS (diff) | |
download | monero-94ed562148964434e0d736c99e7b4e2b0f98d93c.tar.xz |
Merge pull request #4045
7cdd147 Changed URLs to HTTPS (einsteinsfool)
Diffstat (limited to 'src/common/scoped_message_writer.h')
-rw-r--r-- | src/common/scoped_message_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/scoped_message_writer.h b/src/common/scoped_message_writer.h index d7517babb..d887a13c9 100644 --- a/src/common/scoped_message_writer.h +++ b/src/common/scoped_message_writer.h @@ -73,7 +73,7 @@ public: #if defined(_MSC_VER) , m_oss(std::move(rhs.m_oss)) #else - // GCC bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 + // GCC bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316 , m_oss(rhs.m_oss.str(), std::ios_base::out | std::ios_base::ate) #endif , m_color(std::move(rhs.m_color)) |