From ce92b629f1ddc5691ac2a22b3469ca4e7c7491de Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 29 Mar 2014 20:14:57 -0400 Subject: [PATCH] fixed build error --- HTTPServer.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HTTPServer.h b/HTTPServer.h index dca004b0..4968c2f4 100644 --- a/HTTPServer.h +++ b/HTTPServer.h @@ -11,10 +11,11 @@ namespace i2p { namespace util { + const std::string itoopieImage = "\"\""; + class HTTPConnection { - const std::string itoopieImage = "\"\""; - + protected: struct header {