]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/ftp.h
use symbolic name for the shell menu bar too; include resources.h in wince.rc directl...
[wxWidgets.git] / include / wx / protocol / ftp.h
index 03a1a6ba6903074ba7ac96909cdb836cfc081e6b..01336376e0e4233cb32d60d1d9ed417115bd5447 100644 (file)
@@ -47,7 +47,7 @@ public:
     // Parameters set up
 
     // set transfer mode now
-    void SetPassive(bool pasv) { m_bPassive = pasv; };
+    void SetPassive(bool pasv) { m_bPassive = pasv; }
     void SetDefaultTimeout(wxUint32 Value);
     bool SetBinary() { return SetTransferMode(BINARY); }
     bool SetAscii() { return SetTransferMode(ASCII); }