From bd89d444b1a417c4ba49b61d30699826436e0c03 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 17 Mar 2014 20:49:23 -0400 Subject: [PATCH] fixed linker error --- HTTPProxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTPProxy.h b/HTTPProxy.h index 58ccc9c4..d607d917 100644 --- a/HTTPProxy.h +++ b/HTTPProxy.h @@ -10,7 +10,7 @@ namespace i2p { namespace proxy { - std::string itoopieImage = "\"\""; + const std::string itoopieImage = "\"\""; class HTTPConnection {