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
{