No need to init empty string classes - they already contain an empty string
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 3 Sep 2009 11:12:02 +0000 (13:12 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 3 Sep 2009 11:12:02 +0000 (13:12 +0200)
src/httphelper.cpp

index 984e9e6..bee532c 100644 (file)
@@ -13,8 +13,7 @@
  * Default Constructor
  */
 HTTPHelper::HTTPHelper()
-    : Proxy("")
-    , ProxyPort(0)
+    : ProxyPort(0)
     , Log(new Logger)
 {
 }