]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/protocol.cpp
Added some standard further identifiers to help with WinCE toolbars
[wxWidgets.git] / src / common / protocol.cpp
index 1de1a297cbdf04cc9b612e8cefac007a16637b75..ca133288c9ed0c21a03aa2a4a0323c3e19b0c07d 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     07/07/1997
 // RCS-ID:      $Id$
 // Copyright:   (c) 1997, 1998 Guilhem Lavaux
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -40,9 +40,9 @@
 
 wxProtoInfo::wxProtoInfo(const wxChar *name, const wxChar *serv,
                          const bool need_host1, wxClassInfo *info)
+           : m_protoname(name),
+             m_servname(serv)
 {
-    m_protoname = name;
-    m_servname = serv;
     m_cinfo = info;
     m_needhost = need_host1;
     next = wxURL::ms_protocols;