]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/settings.cpp
fixed warnings about pointer to integer cast
[wxWidgets.git] / src / mgl / settings.cpp
index 9a6ff7b61228b0f341d9db4bc1de2a50a6e2597c..b148119a40198abae8dea886aeb3b2494a7309be 100644 (file)
@@ -6,11 +6,6 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "settings.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -78,7 +73,7 @@ wxFont wxSystemSettingsNative::GetFont(wxSystemFont index)
     }
 }
 
-int wxSystemSettingsNative::GetMetric(wxSystemMetric index)
+int wxSystemSettingsNative::GetMetric(wxSystemMetric index, wxWindow* WXUNUSED(win))
 {
     int val;