]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
don't inherit back- and foreground colour
[wxWidgets.git] / src / msw / control.cpp
index 9b38d3d935dfe6101f4841eba0919cac6ae1579a..3b6083693312c75521e6d5e378fededc805fe35b 100644 (file)
@@ -228,7 +228,7 @@ wxControl::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
 
 // another version for the "composite", i.e. non simple controls
 /* static */ wxVisualAttributes
-wxControl::GetCompositeControlsDefaultAttributes(wxWindowVariant variant)
+wxControl::GetCompositeControlsDefaultAttributes(wxWindowVariant WXUNUSED(variant))
 {
     wxVisualAttributes attrs;
     attrs.font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);