From 7e7678fe7805a0e75b777baad3c64d72606bc855 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Thu, 3 Sep 2009 13:12:02 +0200 Subject: [PATCH] No need to init empty string classes - they already contain an empty string --- src/httphelper.cpp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/httphelper.cpp b/src/httphelper.cpp index 984e9e6..bee532c 100644 --- a/src/httphelper.cpp +++ b/src/httphelper.cpp @@ -13,8 +13,7 @@ * Default Constructor */ HTTPHelper::HTTPHelper() - : Proxy("") - , ProxyPort(0) + : ProxyPort(0) , Log(new Logger) { } -- 1.7.1