]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/url.cpp
Add wxWindowPtr smart pointer.
[wxWidgets.git] / src / common / url.cpp
index c0fb31cac2b8d7042f6ce8236cedeca290007b3c..8d6eb49aa27cbe73fcd105fc815b0644c72284a8 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Guilhem Lavaux
 // Modified by:
 // Created:     20/07/1997
-// RCS-ID:      $Id$
 // Copyright:   (c) 1997, 1998 Guilhem Lavaux
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -251,7 +250,7 @@ bool wxURL::FetchProtocol()
     {
         if (m_scheme == info->m_protoname)
         {
-            if (m_port.IsNull())
+            if ( m_port.empty() )
                 m_port = info->m_servname;
             m_protoinfo = info;
             m_protocol = (wxProtocol *)m_protoinfo->m_cinfo->CreateObject();