From cff39226ba13a7d77ca55f7712d3f67242b95a4e Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 13 Apr 2014 14:51:12 +0000 Subject: Compile fix --- src/lib/tls/tls_reader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/tls/tls_reader.h b/src/lib/tls/tls_reader.h index 59bc23a03..1c4f0f456 100644 --- a/src/lib/tls/tls_reader.h +++ b/src/lib/tls/tls_reader.h @@ -168,9 +168,9 @@ class TLS_Data_Reader " left"); } - Decode_Error decode_error(const std::string& why) const + Decoding_Error decode_error(const std::string& why) const { - return Decode_Error("Invalid " + std::string(m_typename) + ": " + why); + return Decoding_Error("Invalid " + std::string(m_typename) + ": " + why); } const char* m_typename; -- cgit v1.2.3