]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/mimetype.cpp
fix getting frame extents on 64-bit platforms, cleanup XGetWindowProperty code
[wxWidgets.git] / src / unix / mimetype.cpp
index 4a39baa089317cc20dd3c71c5dbac7c6604a90e3..00d3b578472c67ed86d4f7fcf65fe6af8eaa2a74 100644 (file)
@@ -156,9 +156,6 @@ protected:
     }
 };
 
-// in case we're compiling in non-GUI mode
-class WXDLLEXPORT wxIcon;
-
 // ----------------------------------------------------------------------------
 // constants
 // ----------------------------------------------------------------------------
@@ -2613,8 +2610,7 @@ bool wxMimeTypesManagerImpl::ReadMailcap(const wxString& strFileName,
             Field_Type,
             Field_OpenCmd,
             Field_Other
-        }
-        currentToken = Field_Type;
+        } currentToken = Field_Type;
 
         // the flags and field values on the current line
         MailcapLineData data;