From: Thomas Jarosch Date: Thu, 3 Sep 2009 11:12:02 +0000 (+0200) Subject: No need to init empty string classes - they already contain an empty string X-Git-Tag: v1.1~204 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=7e7678fe7805a0e75b777baad3c64d72606bc855;p=bpdyndnsd No need to init empty string classes - they already contain an empty string --- 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) { }