diff --git a/r5dev/tier1/NetAdr2.cpp b/r5dev/tier1/NetAdr2.cpp index ca0b3e30..8dd475e8 100644 --- a/r5dev/tier1/NetAdr2.cpp +++ b/r5dev/tier1/NetAdr2.cpp @@ -250,7 +250,7 @@ std::string CNetAdr2::GetBase(std::string svInAdr) const // Purpose: gets the IP address. // Input : bBaseOnly - //----------------------------------------------------------------------------- -std::string CNetAdr2::GetIP(bool bBaseOnly) const +std::string CNetAdr2::GetIP(bool bBaseOnly = false) const { if (GetType() == netadrtype_t::NA_LOOPBACK) {