]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/protocol/ftp.h
Fix spelling in the comments in wxPropertyGrid code.
[wxWidgets.git] / interface / wx / protocol / ftp.h
index ddfdac4f0e2c0849c88f345d7d787bbd6c7e8b54..b6a7992ffcb37a9930f9cb2a7c1339dbe5751010 100644 (file)
@@ -6,16 +6,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-/**
-    Transfer modes used by wxFTP.
-*/
-enum TransferMode
-{
-    NONE,       //!< not set by user explicitly.
-    ASCII,
-    BINARY
-};
-
 /**
     @class wxFTP
 
@@ -100,6 +90,16 @@ enum TransferMode
 class wxFTP : public wxProtocol
 {
 public:
+    /**
+        Transfer modes used by wxFTP.
+    */
+    enum TransferMode
+    {
+        NONE,       //!< not set by user explicitly.
+        ASCII,
+        BINARY
+    };
+
     /**
         Default constructor.
     */