diff --git a/src/util.h b/src/util.h index 24684d6c..767f84eb 100755 --- a/src/util.h +++ b/src/util.h @@ -650,8 +650,8 @@ public: class LlconNetwUtil { public: - static bool ParseNetworkAddress ( QString strAddress, - CHostAddress& HostAddress ); + static bool ParseNetworkAddress ( QString strAddress, + CHostAddress& HostAddress ); };